Html Css Color HEX #C4A87E Rodeo Dust

📋 copy color: '#C4A87E'

red 196 ◦ green 168 ◦ blue 126

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

Shades of Rodeo Dust #C4A87E

Tints of Rodeo Dust #C4A87E

RGB

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

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

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

R = 40%
G = 34.29%
B = 25.71%

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

#C4A87E (or 0xC4A87E) is known color: Rodeo Dust. HEX triplet: C4, A8 and 7E. RGB value is (196,168,126). Sum of RGB (Red+Green+Blue) = 196+168+126=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 126 (49.61% from 255 or 25.71% from 490); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A87E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A87E is #3B5781. Grayscale: #ABABAB. Windows color (decimal): -3889026 or 8300740. OLE color: 8300740.

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

Color convert

RGB 196 168 126 -
CMYK 0 0.14 0.36 0.23
HSL 36º 0.37% 0.63% -
HSV(B) 36º 0.36% 0.77% -
XYZ 40.53 41.25 25.56 -
YUV 171.58 102.28 145.42 -
System Red Green Blue C M Y K H S L
Decimal 196 168 126 0 0.14 0.36 0.23 36 0.37 0.63
Hex C4 A8 7E 0 E 24 17 24 25 3F
Octal 304 250 176 0 16 44 27 44 45 77
Binary 11000100 10101000 1111110 0 1110 100100 10111 100100 100101 111111

Color Harmonies of #C4A87E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A87E

Black with #C4A87E

Text Example


Text Example

White with #C4A87E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A87E; }

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

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

background-color css

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

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

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

border-color css

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

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

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