Html Css Color HEX #C4A47E Rodeo Dust

📋 copy color: '#C4A47E'

red 196 ◦ green 164 ◦ blue 126

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

Shades of Rodeo Dust #C4A47E

Tints of Rodeo Dust #C4A47E

RGB

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

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

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

R = 40.33%
G = 33.74%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C4A47E (or 0xC4A47E) is known color: Rodeo Dust. HEX triplet: C4, A4 and 7E. RGB value is (196,164,126). Sum of RGB (Red+Green+Blue) = 196+164+126=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 164 (64.45% from 255 or 33.74% from 486); Blue value is 126 (49.61% from 255 or 25.93% from 486); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A47E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A47E is #3B5B81. Grayscale: #A9A9A9. Windows color (decimal): -3890050 or 8299716. OLE color: 8299716.

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

Color convert

RGB 196 164 126 -
CMYK 0 0.16 0.36 0.23
HSL 32.57º 0.37% 0.63% -
HSV(B) 32.57º 0.36% 0.77% -
XYZ 39.81 39.79 25.32 -
YUV 169.24 103.6 147.09 -
System Red Green Blue C M Y K H S L
Decimal 196 164 126 0 0.16 0.36 0.23 32.57 0.37 0.63
Hex C4 A4 7E 0 10 24 17 21 25 3F
Octal 304 244 176 0 20 44 27 41 45 77
Binary 11000100 10100100 1111110 0 10000 100100 10111 100001 100101 111111

Color Harmonies of #C4A47E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A47E

Black with #C4A47E

Text Example


Text Example

White with #C4A47E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A47E; }

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

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

background-color css

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

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

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

border-color css

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

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

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