Html Css Color HEX #C4A87D Rodeo Dust

📋 copy color: '#C4A87D'

red 196 ◦ green 168 ◦ blue 125

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

Shades of Rodeo Dust #C4A87D

Tints of Rodeo Dust #C4A87D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.56%

R = 40.08%
G = 34.36%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C4A87D (or 0xC4A87D) is known color: Rodeo Dust. HEX triplet: C4, A8 and 7D. RGB value is (196,168,125). Sum of RGB (Red+Green+Blue) = 196+168+125=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 168 (66.02% from 255 or 34.36% from 489); Blue value is 125 (49.22% from 255 or 25.56% from 489); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A87D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A87D is #3B5782. Grayscale: #ABABAB. Windows color (decimal): -3889027 or 8235204. OLE color: 8235204.

HSL color Cylindrical-coordinate representation of color #C4A87D: hue angle of 36.34º degrees, saturation: 0.38, 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 #C4A87D is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 168 125 -
CMYK 0 0.14 0.36 0.23
HSL 36.34º 0.38% 0.63% -
HSV(B) 36.34º 0.36% 0.77% -
XYZ 40.47 41.22 25.23 -
YUV 171.47 101.78 145.5 -
System Red Green Blue C M Y K H S L
Decimal 196 168 125 0 0.14 0.36 0.23 36.34 0.38 0.63
Hex C4 A8 7D 0 E 24 17 24 26 3F
Octal 304 250 175 0 16 44 27 44 46 77
Binary 11000100 10101000 1111101 0 1110 100100 10111 100100 100110 111111

Color Harmonies of #C4A87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A87D

Black with #C4A87D

Text Example


Text Example

White with #C4A87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A87D; }

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

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

background-color css

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

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

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

border-color css

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

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

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