Html Css Color HEX #C9A68C Rodeo Dust

📋 copy color: '#C9A68C'

red 201 ◦ green 166 ◦ blue 140

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

Shades of Rodeo Dust #C9A68C

Tints of Rodeo Dust #C9A68C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.74%

 BLUE value IS 140 (55.08% from 255) = 27.61%

R = 39.64%
G = 32.74%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C9A68C (or 0xC9A68C) is known color: Rodeo Dust. HEX triplet: C9, A6 and 8C. RGB value is (201,166,140). Sum of RGB (Red+Green+Blue) = 201+166+140=507 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.64% from 507); Green value is 166 (65.23% from 255 or 32.74% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A68C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A68C is #365973. Grayscale: #ADADAD. Windows color (decimal): -3561844 or 9217737. OLE color: 9217737.

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

Color convert

RGB 201 166 140 -
CMYK 0 0.17 0.30 0.21
HSL 25.57º 0.36% 0.67% -
HSV(B) 25.57º 0.3% 0.79% -
XYZ 42.46 41.58 30.6 -
YUV 173.5 109.1 147.61 -
System Red Green Blue C M Y K H S L
Decimal 201 166 140 0 0.17 0.30 0.21 25.57 0.36 0.67
Hex C9 A6 8C 0 11 1E 15 1A 24 43
Octal 311 246 214 0 21 36 25 32 44 103
Binary 11001001 10100110 10001100 0 10001 11110 10101 11010 100100 1000011

Color Harmonies of #C9A68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A68C

Black with #C9A68C

Text Example


Text Example

White with #C9A68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A68C; }

 p { color: rgb(201,166,140); }

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

background-color css

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

 a { background-color: rgb(201,166,140); }

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

border-color css

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

 span { border-color: rgb(201,166,140); }

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