Html Css Color HEX #C4A17E Rodeo Dust

📋 copy color: '#C4A17E'

red 196 ◦ green 161 ◦ blue 126

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

Shades of Rodeo Dust #C4A17E

Tints of Rodeo Dust #C4A17E

RGB

 RED value IS 196 (76.95% from 255) = 40.58%

 GREEN value IS 161 (63.28% from 255) = 33.33%

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

R = 40.58%
G = 33.33%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C4A17E (or 0xC4A17E) is known color: Rodeo Dust. HEX triplet: C4, A1 and 7E. RGB value is (196,161,126). Sum of RGB (Red+Green+Blue) = 196+161+126=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 161 (63.28% from 255 or 33.33% from 483); Blue value is 126 (49.61% from 255 or 26.09% from 483); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A17E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A17E is #3B5E81. Grayscale: #A7A7A7. Windows color (decimal): -3890818 or 8298948. OLE color: 8298948.

HSL color Cylindrical-coordinate representation of color #C4A17E: hue angle of 30º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C4A17E is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 161 126 -
CMYK 0 0.18 0.36 0.23
HSL 30º 0.37% 0.63% -
HSV(B) 30º 0.36% 0.77% -
XYZ 39.28 38.73 25.14 -
YUV 167.48 104.6 148.35 -
System Red Green Blue C M Y K H S L
Decimal 196 161 126 0 0.18 0.36 0.23 30 0.37 0.63
Hex C4 A1 7E 0 12 24 17 1E 25 3F
Octal 304 241 176 0 22 44 27 36 45 77
Binary 11000100 10100001 1111110 0 10010 100100 10111 11110 100101 111111

Color Harmonies of #C4A17E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A17E

Black with #C4A17E

Text Example


Text Example

White with #C4A17E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A17E; }

 p { color: rgb(196,161,126); }

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

background-color css

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

 a { background-color: rgb(196,161,126); }

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

border-color css

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

 span { border-color: rgb(196,161,126); }

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