Html Css Color HEX #C9A78D Rodeo Dust

📋 copy color: '#C9A78D'

red 201 ◦ green 167 ◦ blue 141

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

Shades of Rodeo Dust #C9A78D

Tints of Rodeo Dust #C9A78D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.81%

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

R = 39.49%
G = 32.81%
B = 27.7%

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

#C9A78D (or 0xC9A78D) is known color: Rodeo Dust. HEX triplet: C9, A7 and 8D. RGB value is (201,167,141). Sum of RGB (Red+Green+Blue) = 201+167+141=509 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.49% from 509); Green value is 167 (65.62% from 255 or 32.81% from 509); Blue value is 141 (55.47% from 255 or 27.70% from 509); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A78D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A78D is #365872. Grayscale: #AEAEAE. Windows color (decimal): -3561587 or 9283529. OLE color: 9283529.

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

Color convert

RGB 201 167 141 -
CMYK 0 0.17 0.30 0.21
HSL 26º 0.36% 0.67% -
HSV(B) 26º 0.3% 0.79% -
XYZ 42.71 41.98 31.05 -
YUV 174.2 109.26 147.11 -
System Red Green Blue C M Y K H S L
Decimal 201 167 141 0 0.17 0.30 0.21 26 0.36 0.67
Hex C9 A7 8D 0 11 1E 15 1A 24 43
Octal 311 247 215 0 21 36 25 32 44 103
Binary 11001001 10100111 10001101 0 10001 11110 10101 11010 100100 1000011

Color Harmonies of #C9A78D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A78D

Black with #C9A78D

Text Example


Text Example

White with #C9A78D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A78D; }

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

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

background-color css

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

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

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

border-color css

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

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

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