#C69C7D

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

Shades of Rodeo Dust #C69C7D

Tints of Rodeo Dust #C69C7D

Color information

#C69C7D (or 0xC69C7D) is unknown color: approx Rodeo Dust. HEX triplet: C6, 9C and 7D. RGB value is (198,156,125). Sum of RGB (Red+Green+Blue) = 198+156+125=479 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.34% from 479); Green value is 156 (61.33% from 255 or 32.57% from 479); Blue value is 125 (49.22% from 255 or 26.10% from 479); Max value from RGB is 198 - color contains mainly: red. Hex color #C69C7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69C7D is #396382. Grayscale: #A5A5A5. Windows color (decimal): -3761027 or 8232134. OLE color: 8232134.

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

Color convert

RGB198156125-
CMYK00.210.370.22
HSL25.48º39.04%63.33%-
HSV(B)25.48º36.87%77.65%-
XYZ38.8837.2624.55-
YUV165.02105.41151.52-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.34%
GREEN value IS 156 (61.33% from 255) = 32.57%
BLUE value IS 125 (49.22% from 255) = 26.10%
R=41.34%
G=32.57%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815612500.210.370.2225.4839.0463.33
HexC69C7D015251619273f
Octal3062341750254526314777
Binary110001101001110011111010101011001011011011001100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69C7D; }

 p { color: rgb(198,156,125); }

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

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

 a { background-color: rgb(198,156,125); }

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

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

 span { border-color: rgb(198,156,125); }

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