Html Css Color HEX #C09F7F Rodeo Dust

📋 copy color: '#C09F7F'

red 192 ◦ green 159 ◦ blue 127

#C09F7F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rodeo Dust #C09F7F

Tints of Rodeo Dust #C09F7F

RGB

 RED value IS 192 (75.39% from 255) = 40.17%

 GREEN value IS 159 (62.5% from 255) = 33.26%

 BLUE value IS 127 (50% from 255) = 26.57%

R = 40.17%
G = 33.26%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C09F7F (or 0xC09F7F) is known color: Rodeo Dust. HEX triplet: C0, 9F and 7F. RGB value is (192,159,127). Sum of RGB (Red+Green+Blue) = 192+159+127=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 127 (50% from 255 or 26.57% from 478); Max value from RGB is 192 - color contains mainly: red. Hex color #C09F7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09F7F is #3F6080. Grayscale: #A5A5A5. Windows color (decimal): -4153473 or 8363968. OLE color: 8363968.

HSL color Cylindrical-coordinate representation of color #C09F7F: hue angle of 29.54º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C09F7F is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 159 127 -
CMYK 0 0.17 0.34 0.25
HSL 29.54º 0.34% 0.63% -
HSV(B) 29.54º 0.34% 0.75% -
XYZ 37.97 37.54 25.32 -
YUV 165.22 106.43 147.1 -
System Red Green Blue C M Y K H S L
Decimal 192 159 127 0 0.17 0.34 0.25 29.54 0.34 0.63
Hex C0 9F 7F 0 11 22 19 1E 22 3F
Octal 300 237 177 0 21 42 31 36 42 77
Binary 11000000 10011111 1111111 0 10001 100010 11001 11110 100010 111111

Color Harmonies of #C09F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09F7F

Black with #C09F7F

Text Example


Text Example

White with #C09F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09F7F; }

 p { color: rgb(192,159,127); }

 H1.HeaderClassName
 {
   color: #C09F7F;
 }
 .AnyTagClassName
 {
   color: #C09F7F;
 }
</style>

background-color css

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

 a { background-color: rgb(192,159,127); }

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

border-color css

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

 span { border-color: rgb(192,159,127); }

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