Html Css Color HEX #C7A780 Rodeo Dust

📋 copy color: '#C7A780'

red 199 ◦ green 167 ◦ blue 128

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

Shades of Rodeo Dust #C7A780

Tints of Rodeo Dust #C7A780

RGB

 RED value IS 199 (78.13% from 255) = 40.28%

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

 BLUE value IS 128 (50.39% from 255) = 25.91%

R = 40.28%
G = 33.81%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C7A780 (or 0xC7A780) is known color: Rodeo Dust. HEX triplet: C7, A7 and 80. RGB value is (199,167,128). Sum of RGB (Red+Green+Blue) = 199+167+128=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 167 (65.62% from 255 or 33.81% from 494); Blue value is 128 (50.39% from 255 or 25.91% from 494); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A780 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A780 is #38587F. Grayscale: #ACACAC. Windows color (decimal): -3692672 or 8431559. OLE color: 8431559.

HSL color Cylindrical-coordinate representation of color #C7A780: hue angle of 32.96º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C7A780 is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 167 128 -
CMYK 0 0.16 0.36 0.22
HSL 32.96º 0.39% 0.64% -
HSV(B) 32.96º 0.36% 0.78% -
XYZ 41.27 41.34 26.23 -
YUV 172.12 103.1 147.17 -
System Red Green Blue C M Y K H S L
Decimal 199 167 128 0 0.16 0.36 0.22 32.96 0.39 0.64
Hex C7 A7 80 0 10 24 16 21 27 40
Octal 307 247 200 0 20 44 26 41 47 100
Binary 11000111 10100111 10000000 0 10000 100100 10110 100001 100111 1000000

Color Harmonies of #C7A780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A780

Black with #C7A780

Text Example


Text Example

White with #C7A780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A780; }

 p { color: rgb(199,167,128); }

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

background-color css

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

 a { background-color: rgb(199,167,128); }

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

border-color css

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

 span { border-color: rgb(199,167,128); }

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