Html Css Color HEX #C0A479 Rodeo Dust

📋 copy color: '#C0A479'

red 192 ◦ green 164 ◦ blue 121

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

Shades of Rodeo Dust #C0A479

Tints of Rodeo Dust #C0A479

RGB

 RED value IS 192 (75.39% from 255) = 40.25%

 GREEN value IS 164 (64.45% from 255) = 34.38%

 BLUE value IS 121 (47.66% from 255) = 25.37%

R = 40.25%
G = 34.38%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#C0A479 (or 0xC0A479) is known color: Rodeo Dust. HEX triplet: C0, A4 and 79. RGB value is (192,164,121). Sum of RGB (Red+Green+Blue) = 192+164+121=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 164 (64.45% from 255 or 34.38% from 477); Blue value is 121 (47.66% from 255 or 25.37% from 477); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A479 is #3F5B86. Grayscale: #A7A7A7. Windows color (decimal): -4152199 or 7972032. OLE color: 7972032.

HSL color Cylindrical-coordinate representation of color #C0A479: hue angle of 36.34º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C0A479 is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 164 121 -
CMYK 0 0.15 0.37 0.25
HSL 36.34º 0.36% 0.61% -
HSV(B) 36.34º 0.37% 0.75% -
XYZ 38.46 39.14 23.62 -
YUV 167.47 101.78 145.5 -
System Red Green Blue C M Y K H S L
Decimal 192 164 121 0 0.15 0.37 0.25 36.34 0.36 0.61
Hex C0 A4 79 0 F 25 19 24 24 3D
Octal 300 244 171 0 17 45 31 44 44 75
Binary 11000000 10100100 1111001 0 1111 100101 11001 100100 100100 111101

Color Harmonies of #C0A479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A479

Black with #C0A479

Text Example


Text Example

White with #C0A479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A479; }

 p { color: rgb(192,164,121); }

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

background-color css

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

 a { background-color: rgb(192,164,121); }

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

border-color css

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

 span { border-color: rgb(192,164,121); }

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