#C69E84

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

Shades of Rodeo Dust #C69E84

Tints of Rodeo Dust #C69E84

Color information

#C69E84 (or 0xC69E84) is unknown color: approx Rodeo Dust. HEX triplet: C6, 9E and 84. RGB value is (198,158,132). Sum of RGB (Red+Green+Blue) = 198+158+132=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 158 (62.11% from 255 or 32.38% from 488); Blue value is 132 (51.95% from 255 or 27.05% from 488); Max value from RGB is 198 - color contains mainly: red. Hex color #C69E84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69E84 is #39617B. Grayscale: #A7A7A7. Windows color (decimal): -3760508 or 8691398. OLE color: 8691398.

HSL color Cylindrical-coordinate representation of color #C69E84: hue angle of 23.64º 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 #C69E84 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB198158132-
CMYK00.200.330.22
HSL23.64º36.67%64.71%-
HSV(B)23.64º33.33%77.65%-
XYZ39.6838.1327.1-
YUV167108.25150.11-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.57%
GREEN value IS 158 (62.11% from 255) = 32.38%
BLUE value IS 132 (51.95% from 255) = 27.05%
R=40.57%
G=32.38%
B=27.05%

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
Decimal19815813200.200.330.2223.6436.6764.71
HexC69E840142116182541
Octal30623620402441263045101
Binary11000110100111101000010001010010000110110110001001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69E84; }

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

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

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

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

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

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

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

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