Html Css Color HEX #C9A68B Rodeo Dust

📋 copy color: '#C9A68B'

red 201 ◦ green 166 ◦ blue 139

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

Shades of Rodeo Dust #C9A68B

Tints of Rodeo Dust #C9A68B

RGB

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

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

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

R = 39.72%
G = 32.81%
B = 27.47%

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

#C9A68B (or 0xC9A68B) is known color: Rodeo Dust. HEX triplet: C9, A6 and 8B. RGB value is (201,166,139). Sum of RGB (Red+Green+Blue) = 201+166+139=506 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.72% from 506); Green value is 166 (65.23% from 255 or 32.81% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A68B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A68B is #365974. Grayscale: #ADADAD. Windows color (decimal): -3561845 or 9152201. OLE color: 9152201.

HSL color Cylindrical-coordinate representation of color #C9A68B: hue angle of 26.13º 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 #C9A68B is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 166 139 -
CMYK 0 0.17 0.31 0.21
HSL 26.13º 0.36% 0.67% -
HSV(B) 26.13º 0.31% 0.79% -
XYZ 42.38 41.55 30.21 -
YUV 173.39 108.6 147.7 -
System Red Green Blue C M Y K H S L
Decimal 201 166 139 0 0.17 0.31 0.21 26.13 0.36 0.67
Hex C9 A6 8B 0 11 1F 15 1A 24 43
Octal 311 246 213 0 21 37 25 32 44 103
Binary 11001001 10100110 10001011 0 10001 11111 10101 11010 100100 1000011

Color Harmonies of #C9A68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A68B

Black with #C9A68B

Text Example


Text Example

White with #C9A68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A68B; }

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

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

background-color css

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

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

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

border-color css

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

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

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