Html Css Color HEX #C9A68D Rodeo Dust

📋 copy color: '#C9A68D'

red 201 ◦ green 166 ◦ blue 141

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

Shades of Rodeo Dust #C9A68D

Tints of Rodeo Dust #C9A68D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.76%

R = 39.57%
G = 32.68%
B = 27.76%

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

#C9A68D (or 0xC9A68D) is known color: Rodeo Dust. HEX triplet: C9, A6 and 8D. RGB value is (201,166,141). Sum of RGB (Red+Green+Blue) = 201+166+141=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 166 (65.23% from 255 or 32.68% from 508); Blue value is 141 (55.47% from 255 or 27.76% from 508); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A68D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A68D is #365972. Grayscale: #ADADAD. Windows color (decimal): -3561843 or 9283273. OLE color: 9283273.

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

Color convert

RGB 201 166 141 -
CMYK 0 0.17 0.30 0.21
HSL 25º 0.36% 0.67% -
HSV(B) 25º 0.3% 0.79% -
XYZ 42.53 41.61 30.99 -
YUV 173.62 109.6 147.53 -
System Red Green Blue C M Y K H S L
Decimal 201 166 141 0 0.17 0.30 0.21 25 0.36 0.67
Hex C9 A6 8D 0 11 1E 15 19 24 43
Octal 311 246 215 0 21 36 25 31 44 103
Binary 11001001 10100110 10001101 0 10001 11110 10101 11001 100100 1000011

Color Harmonies of #C9A68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A68D

Black with #C9A68D

Text Example


Text Example

White with #C9A68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A68D; }

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

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

background-color css

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

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

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

border-color css

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

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

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