Html Css Color HEX #C8A591 Rodeo Dust

📋 copy color: '#C8A591'

red 200 ◦ green 165 ◦ blue 145

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

Shades of Rodeo Dust #C8A591

Tints of Rodeo Dust #C8A591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 28.43%

R = 39.22%
G = 32.35%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C8A591 (or 0xC8A591) is known color: Rodeo Dust. HEX triplet: C8, A5 and 91. RGB value is (200,165,145). Sum of RGB (Red+Green+Blue) = 200+165+145=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 165 (64.84% from 255 or 32.35% from 510); Blue value is 145 (57.03% from 255 or 28.43% from 510); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A591 is #375A6E. Grayscale: #ADADAD. Windows color (decimal): -3627631 or 9545160. OLE color: 9545160.

HSL color Cylindrical-coordinate representation of color #C8A591: hue angle of 21.82º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C8A591 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 165 145 -
CMYK 0 0.18 0.28 0.22
HSL 21.82º 0.33% 0.68% -
HSV(B) 21.82º 0.28% 0.78% -
XYZ 42.39 41.23 32.51 -
YUV 173.19 112.1 147.13 -
System Red Green Blue C M Y K H S L
Decimal 200 165 145 0 0.18 0.28 0.22 21.82 0.33 0.68
Hex C8 A5 91 0 12 1C 16 16 21 44
Octal 310 245 221 0 22 34 26 26 41 104
Binary 11001000 10100101 10010001 0 10010 11100 10110 10110 100001 1000100

Color Harmonies of #C8A591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A591

Black with #C8A591

Text Example


Text Example

White with #C8A591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A591; }

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

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

background-color css

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

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

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

border-color css

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

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

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