Html Css Color HEX #C9A68A Rodeo Dust

📋 copy color: '#C9A68A'

red 201 ◦ green 166 ◦ blue 138

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

Shades of Rodeo Dust #C9A68A

Tints of Rodeo Dust #C9A68A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.33%

R = 39.8%
G = 32.87%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#C9A68A (or 0xC9A68A) is known color: Rodeo Dust. HEX triplet: C9, A6 and 8A. RGB value is (201,166,138). Sum of RGB (Red+Green+Blue) = 201+166+138=505 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.80% from 505); Green value is 166 (65.23% from 255 or 32.87% from 505); Blue value is 138 (54.30% from 255 or 27.33% from 505); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A68A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A68A is #365975. Grayscale: #ADADAD. Windows color (decimal): -3561846 or 9086665. OLE color: 9086665.

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

Color convert

RGB 201 166 138 -
CMYK 0 0.17 0.31 0.21
HSL 26.67º 0.37% 0.66% -
HSV(B) 26.67º 0.31% 0.79% -
XYZ 42.31 41.52 29.83 -
YUV 173.27 108.1 147.78 -
System Red Green Blue C M Y K H S L
Decimal 201 166 138 0 0.17 0.31 0.21 26.67 0.37 0.66
Hex C9 A6 8A 0 11 1F 15 1B 25 42
Octal 311 246 212 0 21 37 25 33 45 102
Binary 11001001 10100110 10001010 0 10001 11111 10101 11011 100101 1000010

Color Harmonies of #C9A68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A68A

Black with #C9A68A

Text Example


Text Example

White with #C9A68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A68A; }

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

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

background-color css

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

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

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

border-color css

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

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

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