Html Css Color HEX #C8A37F Rodeo Dust

📋 copy color: '#C8A37F'

red 200 ◦ green 163 ◦ blue 127

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

Shades of Rodeo Dust #C8A37F

Tints of Rodeo Dust #C8A37F

RGB

 RED value IS 200 (78.52% from 255) = 40.82%

 GREEN value IS 163 (64.06% from 255) = 33.27%

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

R = 40.82%
G = 33.27%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C8A37F (or 0xC8A37F) is known color: Rodeo Dust. HEX triplet: C8, A3 and 7F. RGB value is (200,163,127). Sum of RGB (Red+Green+Blue) = 200+163+127=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 163 (64.06% from 255 or 33.27% from 490); Blue value is 127 (50% from 255 or 25.92% from 490); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A37F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A37F is #375C80. Grayscale: #AAAAAA. Windows color (decimal): -3628161 or 8365000. OLE color: 8365000.

HSL color Cylindrical-coordinate representation of color #C8A37F: hue angle of 29.59º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C8A37F is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 163 127 -
CMYK 0 0.18 0.36 0.22
HSL 29.59º 0.4% 0.64% -
HSV(B) 29.59º 0.37% 0.78% -
XYZ 40.75 40.01 25.65 -
YUV 169.96 103.76 149.43 -
System Red Green Blue C M Y K H S L
Decimal 200 163 127 0 0.18 0.36 0.22 29.59 0.4 0.64
Hex C8 A3 7F 0 12 24 16 1E 28 40
Octal 310 243 177 0 22 44 26 36 50 100
Binary 11001000 10100011 1111111 0 10010 100100 10110 11110 101000 1000000

Color Harmonies of #C8A37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A37F

Black with #C8A37F

Text Example


Text Example

White with #C8A37F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A37F; }

 p { color: rgb(200,163,127); }

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

background-color css

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

 a { background-color: rgb(200,163,127); }

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

border-color css

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

 span { border-color: rgb(200,163,127); }

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