Html Css Color HEX #C9A591 Rodeo Dust

📋 copy color: '#C9A591'

red 201 ◦ green 165 ◦ blue 145

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

Shades of Rodeo Dust #C9A591

Tints of Rodeo Dust #C9A591

RGB

 RED value IS 201 (78.91% from 255) = 39.33%

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

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

R = 39.33%
G = 32.29%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#C9A591 (or 0xC9A591) is known color: Rodeo Dust. HEX triplet: C9, A5 and 91. RGB value is (201,165,145). Sum of RGB (Red+Green+Blue) = 201+165+145=511 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.33% from 511); Green value is 165 (64.84% from 255 or 32.29% from 511); Blue value is 145 (57.03% from 255 or 28.38% from 511); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A591 is #365A6E. Grayscale: #ADADAD. Windows color (decimal): -3562095 or 9545161. OLE color: 9545161.

HSL color Cylindrical-coordinate representation of color #C9A591: hue angle of 21.43º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C9A591 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 165 145 -
CMYK 0 0.18 0.28 0.21
HSL 21.43º 0.34% 0.68% -
HSV(B) 21.43º 0.28% 0.79% -
XYZ 42.65 41.37 32.53 -
YUV 173.48 111.93 147.63 -
System Red Green Blue C M Y K H S L
Decimal 201 165 145 0 0.18 0.28 0.21 21.43 0.34 0.68
Hex C9 A5 91 0 12 1C 15 15 22 44
Octal 311 245 221 0 22 34 25 25 42 104
Binary 11001001 10100101 10010001 0 10010 11100 10101 10101 100010 1000100

Color Harmonies of #C9A591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A591

Black with #C9A591

Text Example


Text Example

White with #C9A591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A591; }

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

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

background-color css

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

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

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

border-color css

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

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

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