Html Css Color HEX #C8A57C Rodeo Dust

📋 copy color: '#C8A57C'

red 200 ◦ green 165 ◦ blue 124

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

Shades of Rodeo Dust #C8A57C

Tints of Rodeo Dust #C8A57C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.74%

 BLUE value IS 124 (48.83% from 255) = 25.36%

R = 40.9%
G = 33.74%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C8A57C (or 0xC8A57C) is known color: Rodeo Dust. HEX triplet: C8, A5 and 7C. RGB value is (200,165,124). Sum of RGB (Red+Green+Blue) = 200+165+124=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 165 (64.84% from 255 or 33.74% from 489); Blue value is 124 (48.83% from 255 or 25.36% from 489); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A57C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A57C is #375A83. Grayscale: #AAAAAA. Windows color (decimal): -3627652 or 8168904. OLE color: 8168904.

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

Color convert

RGB 200 165 124 -
CMYK 0 0.18 0.38 0.22
HSL 32.37º 0.41% 0.64% -
HSV(B) 32.37º 0.38% 0.78% -
XYZ 40.91 40.64 24.76 -
YUV 170.79 101.6 148.83 -
System Red Green Blue C M Y K H S L
Decimal 200 165 124 0 0.18 0.38 0.22 32.37 0.41 0.64
Hex C8 A5 7C 0 12 26 16 20 29 40
Octal 310 245 174 0 22 46 26 40 51 100
Binary 11001000 10100101 1111100 0 10010 100110 10110 100000 101001 1000000

Color Harmonies of #C8A57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A57C

Black with #C8A57C

Text Example


Text Example

White with #C8A57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A57C; }

 p { color: rgb(200,165,124); }

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

background-color css

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

 a { background-color: rgb(200,165,124); }

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

border-color css

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

 span { border-color: rgb(200,165,124); }

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