Html Css Color HEX #C4A178 Rodeo Dust

📋 copy color: '#C4A178'

red 196 ◦ green 161 ◦ blue 120

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

Shades of Rodeo Dust #C4A178

Tints of Rodeo Dust #C4A178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.16%

R = 41.09%
G = 33.75%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C4A178 (or 0xC4A178) is known color: Rodeo Dust. HEX triplet: C4, A1 and 78. RGB value is (196,161,120). Sum of RGB (Red+Green+Blue) = 196+161+120=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 161 (63.28% from 255 or 33.75% from 477); Blue value is 120 (47.27% from 255 or 25.16% from 477); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A178 is #3B5E87. Grayscale: #A6A6A6. Windows color (decimal): -3890824 or 7905732. OLE color: 7905732.

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

Color convert

RGB 196 161 120 -
CMYK 0 0.18 0.39 0.23
HSL 32.37º 0.39% 0.62% -
HSV(B) 32.37º 0.39% 0.77% -
XYZ 38.9 38.58 23.17 -
YUV 166.79 101.6 148.83 -
System Red Green Blue C M Y K H S L
Decimal 196 161 120 0 0.18 0.39 0.23 32.37 0.39 0.62
Hex C4 A1 78 0 12 27 17 20 27 3E
Octal 304 241 170 0 22 47 27 40 47 76
Binary 11000100 10100001 1111000 0 10010 100111 10111 100000 100111 111110

Color Harmonies of #C4A178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A178

Black with #C4A178

Text Example


Text Example

White with #C4A178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A178; }

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

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

background-color css

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

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

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

border-color css

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

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

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