Html Css Color HEX #C4A67E Rodeo Dust

📋 copy color: '#C4A67E'

red 196 ◦ green 166 ◦ blue 126

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

Shades of Rodeo Dust #C4A67E

Tints of Rodeo Dust #C4A67E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.02%

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

R = 40.16%
G = 34.02%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C4A67E (or 0xC4A67E) is known color: Rodeo Dust. HEX triplet: C4, A6 and 7E. RGB value is (196,166,126). Sum of RGB (Red+Green+Blue) = 196+166+126=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 166 (65.23% from 255 or 34.02% from 488); Blue value is 126 (49.61% from 255 or 25.82% from 488); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A67E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A67E is #3B5981. Grayscale: #AAAAAA. Windows color (decimal): -3889538 or 8300228. OLE color: 8300228.

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

Color convert

RGB 196 166 126 -
CMYK 0 0.15 0.36 0.23
HSL 34.29º 0.37% 0.63% -
HSV(B) 34.29º 0.36% 0.77% -
XYZ 40.17 40.51 25.44 -
YUV 170.41 102.94 146.25 -
System Red Green Blue C M Y K H S L
Decimal 196 166 126 0 0.15 0.36 0.23 34.29 0.37 0.63
Hex C4 A6 7E 0 F 24 17 22 25 3F
Octal 304 246 176 0 17 44 27 42 45 77
Binary 11000100 10100110 1111110 0 1111 100100 10111 100010 100101 111111

Color Harmonies of #C4A67E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A67E

Black with #C4A67E

Text Example


Text Example

White with #C4A67E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A67E; }

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

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

background-color css

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

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

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

border-color css

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

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

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