#C69F84

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

Shades of Rodeo Dust #C69F84

Tints of Rodeo Dust #C69F84

Color information

#C69F84 (or 0xC69F84) is unknown color: approx Rodeo Dust. HEX triplet: C6, 9F and 84. RGB value is (198,159,132). Sum of RGB (Red+Green+Blue) = 198+159+132=489 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.49% from 489); Green value is 159 (62.5% from 255 or 32.52% from 489); Blue value is 132 (51.95% from 255 or 26.99% from 489); Max value from RGB is 198 - color contains mainly: red. Hex color #C69F84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69F84 is #39607B. Grayscale: #A7A7A7. Windows color (decimal): -3760252 or 8691654. OLE color: 8691654.

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

Color convert

RGB198159132-
CMYK00.200.330.22
HSL24.55º36.67%64.71%-
HSV(B)24.55º33.33%77.65%-
XYZ39.8538.4727.15-
YUV167.58107.92149.7-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.49%
GREEN value IS 159 (62.5% from 255) = 32.52%
BLUE value IS 132 (51.95% from 255) = 26.99%
R=40.49%
G=32.52%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815913200.200.330.2224.5536.6764.71
HexC69F840142116192541
Octal30623720402441263145101
Binary11000110100111111000010001010010000110110110011001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69F84; }

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

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

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

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

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

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

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

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