#C69F77

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

Shades of Rodeo Dust #C69F77

Tints of Rodeo Dust #C69F77

Color information

#C69F77 (or 0xC69F77) is unknown color: approx Rodeo Dust. HEX triplet: C6, 9F and 77. RGB value is (198,159,119). Sum of RGB (Red+Green+Blue) = 198+159+119=476 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.60% from 476); Green value is 159 (62.5% from 255 or 33.40% from 476); Blue value is 119 (46.88% from 255 or 25% from 476); Max value from RGB is 198 - color contains mainly: red. Hex color #C69F77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69F77 is #396088. Grayscale: #A6A6A6. Windows color (decimal): -3760265 or 7839686. OLE color: 7839686.

HSL color Cylindrical-coordinate representation of color #C69F77: hue angle of 30.38º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C69F77 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB198159119-
CMYK00.200.400.22
HSL30.38º40.93%62.16%-
HSV(B)30.38º39.9%77.65%-
XYZ39.0238.1322.76-
YUV166.1101.42150.75-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.60%
GREEN value IS 159 (62.5% from 255) = 33.40%
BLUE value IS 119 (46.88% from 255) = 25%
R=41.60%
G=33.40%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815911900.200.400.2230.3840.9362.16
HexC69F7701428161e293e
Octal3062371670245026365176
Binary110001101001111111101110101001010001011011110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69F77; }

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

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

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

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

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

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

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

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