Html Css Color HEX #C4A87F Rodeo Dust

📋 copy color: '#C4A87F'

red 196 ◦ green 168 ◦ blue 127

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

Shades of Rodeo Dust #C4A87F

Tints of Rodeo Dust #C4A87F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.87%

R = 39.92%
G = 34.22%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C4A87F (or 0xC4A87F) is known color: Rodeo Dust. HEX triplet: C4, A8 and 7F. RGB value is (196,168,127). Sum of RGB (Red+Green+Blue) = 196+168+127=491 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.92% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 127 (50% from 255 or 25.87% from 491); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A87F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A87F is #3B5780. Grayscale: #ABABAB. Windows color (decimal): -3889025 or 8366276. OLE color: 8366276.

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

Color convert

RGB 196 168 127 -
CMYK 0 0.14 0.35 0.23
HSL 35.65º 0.37% 0.63% -
HSV(B) 35.65º 0.35% 0.77% -
XYZ 40.6 41.27 25.91 -
YUV 171.7 102.78 145.33 -
System Red Green Blue C M Y K H S L
Decimal 196 168 127 0 0.14 0.35 0.23 35.65 0.37 0.63
Hex C4 A8 7F 0 E 23 17 24 25 3F
Octal 304 250 177 0 16 43 27 44 45 77
Binary 11000100 10101000 1111111 0 1110 100011 10111 100100 100101 111111

Color Harmonies of #C4A87F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A87F

Black with #C4A87F

Text Example


Text Example

White with #C4A87F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A87F; }

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

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

background-color css

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

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

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

border-color css

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

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

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