Html Css Color HEX #C9A383 Rodeo Dust

📋 copy color: '#C9A383'

red 201 ◦ green 163 ◦ blue 131

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

Shades of Rodeo Dust #C9A383

Tints of Rodeo Dust #C9A383

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.93%

 BLUE value IS 131 (51.56% from 255) = 26.46%

R = 40.61%
G = 32.93%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#C9A383 (or 0xC9A383) is known color: Rodeo Dust. HEX triplet: C9, A3 and 83. RGB value is (201,163,131). Sum of RGB (Red+Green+Blue) = 201+163+131=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 163 (64.06% from 255 or 32.93% from 495); Blue value is 131 (51.56% from 255 or 26.46% from 495); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A383 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A383 is #365C7C. Grayscale: #AAAAAA. Windows color (decimal): -3562621 or 8627145. OLE color: 8627145.

HSL color Cylindrical-coordinate representation of color #C9A383: hue angle of 27.43º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C9A383 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 163 131 -
CMYK 0 0.19 0.35 0.21
HSL 27.43º 0.39% 0.65% -
HSV(B) 27.43º 0.35% 0.79% -
XYZ 41.28 40.25 27.07 -
YUV 170.71 105.59 149.6 -
System Red Green Blue C M Y K H S L
Decimal 201 163 131 0 0.19 0.35 0.21 27.43 0.39 0.65
Hex C9 A3 83 0 13 23 15 1B 27 41
Octal 311 243 203 0 23 43 25 33 47 101
Binary 11001001 10100011 10000011 0 10011 100011 10101 11011 100111 1000001

Color Harmonies of #C9A383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A383

Black with #C9A383

Text Example


Text Example

White with #C9A383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A383; }

 p { color: rgb(201,163,131); }

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

background-color css

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

 a { background-color: rgb(201,163,131); }

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

border-color css

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

 span { border-color: rgb(201,163,131); }

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