Html Css Color HEX #C09F7E Rodeo Dust

📋 copy color: '#C09F7E'

red 192 ◦ green 159 ◦ blue 126

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

Shades of Rodeo Dust #C09F7E

Tints of Rodeo Dust #C09F7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.42%

R = 40.25%
G = 33.33%
B = 26.42%

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

#C09F7E (or 0xC09F7E) is known color: Rodeo Dust. HEX triplet: C0, 9F and 7E. RGB value is (192,159,126). Sum of RGB (Red+Green+Blue) = 192+159+126=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 159 (62.5% from 255 or 33.33% from 477); Blue value is 126 (49.61% from 255 or 26.42% from 477); Max value from RGB is 192 - color contains mainly: red. Hex color #C09F7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09F7E is #3F6081. Grayscale: #A5A5A5. Windows color (decimal): -4153474 or 8298432. OLE color: 8298432.

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

Color convert

RGB 192 159 126 -
CMYK 0 0.17 0.34 0.25
HSL 30º 0.34% 0.62% -
HSV(B) 30º 0.34% 0.75% -
XYZ 37.9 37.51 24.98 -
YUV 165.11 105.93 147.18 -
System Red Green Blue C M Y K H S L
Decimal 192 159 126 0 0.17 0.34 0.25 30 0.34 0.62
Hex C0 9F 7E 0 11 22 19 1E 22 3E
Octal 300 237 176 0 21 42 31 36 42 76
Binary 11000000 10011111 1111110 0 10001 100010 11001 11110 100010 111110

Color Harmonies of #C09F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09F7E

Black with #C09F7E

Text Example


Text Example

White with #C09F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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