Html Css Color HEX #C4A881 Rodeo Dust

📋 copy color: '#C4A881'

red 196 ◦ green 168 ◦ blue 129

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

Shades of Rodeo Dust #C4A881

Tints of Rodeo Dust #C4A881

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.08%

 BLUE value IS 129 (50.78% from 255) = 26.17%

R = 39.76%
G = 34.08%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C4A881 (or 0xC4A881) is known color: Rodeo Dust. HEX triplet: C4, A8 and 81. RGB value is (196,168,129). Sum of RGB (Red+Green+Blue) = 196+168+129=493 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.76% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 129 (50.78% from 255 or 26.17% from 493); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A881 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A881 is #3B577E. Grayscale: #ACACAC. Windows color (decimal): -3889023 or 8497348. OLE color: 8497348.

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

Color convert

RGB 196 168 129 -
CMYK 0 0.14 0.34 0.23
HSL 34.93º 0.36% 0.64% -
HSV(B) 34.93º 0.34% 0.77% -
XYZ 40.73 41.33 26.6 -
YUV 171.93 103.78 145.17 -
System Red Green Blue C M Y K H S L
Decimal 196 168 129 0 0.14 0.34 0.23 34.93 0.36 0.64
Hex C4 A8 81 0 E 22 17 23 24 40
Octal 304 250 201 0 16 42 27 43 44 100
Binary 11000100 10101000 10000001 0 1110 100010 10111 100011 100100 1000000

Color Harmonies of #C4A881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A881

Black with #C4A881

Text Example


Text Example

White with #C4A881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A881; }

 p { color: rgb(196,168,129); }

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

background-color css

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

 a { background-color: rgb(196,168,129); }

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

border-color css

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

 span { border-color: rgb(196,168,129); }

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