#C69F89

Color #C69F89 Rodeo Dust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rodeo Dust #C69F89

Tints of Rodeo Dust #C69F89

Color information

#C69F89 (or 0xC69F89) is unknown color: approx Rodeo Dust. HEX triplet: C6, 9F and 89. RGB value is (198,159,137). Sum of RGB (Red+Green+Blue) = 198+159+137=494 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.08% from 494); Green value is 159 (62.5% from 255 or 32.19% from 494); Blue value is 137 (53.91% from 255 or 27.73% from 494); Max value from RGB is 198 - color contains mainly: red. Hex color #C69F89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69F89 is #396076. Grayscale: #A8A8A8. Windows color (decimal): -3760247 or 9019334. OLE color: 9019334.

HSL color Cylindrical-coordinate representation of color #C69F89: hue angle of 21.64º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C69F89 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB198159137-
CMYK00.200.310.22
HSL21.64º34.86%65.69%-
HSV(B)21.64º30.81%77.65%-
XYZ40.238.6129-
YUV168.15110.42149.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 40.08%
GREEN value IS 159 (62.5% from 255) = 32.19%
BLUE value IS 137 (53.91% from 255) = 27.73%
R=40.08%
G=32.19%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815913700.200.310.2221.6434.8665.69
HexC69F890141F16162342
Octal30623721102437262643102
Binary1100011010011111100010010101001111110110101101000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69F89; }

 p { color: rgb(198,159,137); }

 H1.HeaderClassName
 {
   color: #C69F89;
 }
 .AnyTagClassName
 {
   color: #C69F89;
 }
</style>
background-color css

<style>
 a { background-color: #C69F89; }

 a { background-color: rgb(198,159,137); }

 div.DivClassName
 {
   background-color: #C69F89;
 }
 .BgClassName
 {
   background-color: #C69F89;
 }
</style>
border-color css

<style>
 span { border-color: #C69F89; }

 span { border-color: rgb(198,159,137); }

 td.TdClassName
 {
   border-color: #C69F89;
 }
 .TagClassName
 {
   border-color: #C69F89;
 }
</style>