Html Css Color HEX #C9A58B Rodeo Dust

📋 copy color: '#C9A58B'

red 201 ◦ green 165 ◦ blue 139

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

Shades of Rodeo Dust #C9A58B

Tints of Rodeo Dust #C9A58B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.52%

R = 39.8%
G = 32.67%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#C9A58B (or 0xC9A58B) is known color: Rodeo Dust. HEX triplet: C9, A5 and 8B. RGB value is (201,165,139). Sum of RGB (Red+Green+Blue) = 201+165+139=505 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.80% from 505); Green value is 165 (64.84% from 255 or 32.67% from 505); Blue value is 139 (54.69% from 255 or 27.52% from 505); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A58B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A58B is #365A74. Grayscale: #ACACAC. Windows color (decimal): -3562101 or 9151945. OLE color: 9151945.

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

Color convert

RGB 201 165 139 -
CMYK 0 0.18 0.31 0.21
HSL 25.16º 0.36% 0.67% -
HSV(B) 25.16º 0.31% 0.79% -
XYZ 42.2 41.19 30.15 -
YUV 172.8 108.93 148.11 -
System Red Green Blue C M Y K H S L
Decimal 201 165 139 0 0.18 0.31 0.21 25.16 0.36 0.67
Hex C9 A5 8B 0 12 1F 15 19 24 43
Octal 311 245 213 0 22 37 25 31 44 103
Binary 11001001 10100101 10001011 0 10010 11111 10101 11001 100100 1000011

Color Harmonies of #C9A58B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A58B

Black with #C9A58B

Text Example


Text Example

White with #C9A58B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A58B; }

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

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

background-color css

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

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

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

border-color css

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

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

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