Html Css Color HEX #C4A478 Rodeo Dust

📋 copy color: '#C4A478'

red 196 ◦ green 164 ◦ blue 120

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

Shades of Rodeo Dust #C4A478

Tints of Rodeo Dust #C4A478

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.17%

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

R = 40.83%
G = 34.17%
B = 25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C4A478 (or 0xC4A478) is known color: Rodeo Dust. HEX triplet: C4, A4 and 78. RGB value is (196,164,120). Sum of RGB (Red+Green+Blue) = 196+164+120=480 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.83% from 480); Green value is 164 (64.45% from 255 or 34.17% from 480); Blue value is 120 (47.27% from 255 or 25% from 480); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A478 is #3B5B87. Grayscale: #A8A8A8. Windows color (decimal): -3890056 or 7906500. OLE color: 7906500.

HSL color Cylindrical-coordinate representation of color #C4A478: hue angle of 34.74º 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 #C4A478 is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 164 120 -
CMYK 0 0.16 0.39 0.23
HSL 34.74º 0.39% 0.62% -
HSV(B) 34.74º 0.39% 0.77% -
XYZ 39.43 39.64 23.34 -
YUV 168.55 100.6 147.58 -
System Red Green Blue C M Y K H S L
Decimal 196 164 120 0 0.16 0.39 0.23 34.74 0.39 0.62
Hex C4 A4 78 0 10 27 17 23 27 3E
Octal 304 244 170 0 20 47 27 43 47 76
Binary 11000100 10100100 1111000 0 10000 100111 10111 100011 100111 111110

Color Harmonies of #C4A478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A478

Black with #C4A478

Text Example


Text Example

White with #C4A478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A478; }

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

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

background-color css

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

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

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

border-color css

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

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

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