Html Css Color HEX #C9A57F Rodeo Dust

📋 copy color: '#C9A57F'

red 201 ◦ green 165 ◦ blue 127

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

Shades of Rodeo Dust #C9A57F

Tints of Rodeo Dust #C9A57F

RGB

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

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

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

R = 40.77%
G = 33.47%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#C9A57F (or 0xC9A57F) is known color: Rodeo Dust. HEX triplet: C9, A5 and 7F. RGB value is (201,165,127). Sum of RGB (Red+Green+Blue) = 201+165+127=493 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.77% from 493); Green value is 165 (64.84% from 255 or 33.47% from 493); Blue value is 127 (50% from 255 or 25.76% from 493); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A57F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A57F is #365A80. Grayscale: #ABABAB. Windows color (decimal): -3562113 or 8365513. OLE color: 8365513.

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

Color convert

RGB 201 165 127 -
CMYK 0 0.18 0.37 0.21
HSL 30.81º 0.41% 0.64% -
HSV(B) 30.81º 0.37% 0.79% -
XYZ 41.37 40.86 25.78 -
YUV 171.43 102.93 149.09 -
System Red Green Blue C M Y K H S L
Decimal 201 165 127 0 0.18 0.37 0.21 30.81 0.41 0.64
Hex C9 A5 7F 0 12 25 15 1F 29 40
Octal 311 245 177 0 22 45 25 37 51 100
Binary 11001001 10100101 1111111 0 10010 100101 10101 11111 101001 1000000

Color Harmonies of #C9A57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A57F

Black with #C9A57F

Text Example


Text Example

White with #C9A57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A57F; }

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

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

background-color css

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

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

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

border-color css

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

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

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