Html Css Color HEX #C7A680 Rodeo Dust

📋 copy color: '#C7A680'

red 199 ◦ green 166 ◦ blue 128

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

Shades of Rodeo Dust #C7A680

Tints of Rodeo Dust #C7A680

RGB

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

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

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

R = 40.37%
G = 33.67%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C7A680 (or 0xC7A680) is known color: Rodeo Dust. HEX triplet: C7, A6 and 80. RGB value is (199,166,128). Sum of RGB (Red+Green+Blue) = 199+166+128=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 166 (65.23% from 255 or 33.67% from 493); Blue value is 128 (50.39% from 255 or 25.96% from 493); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A680 is #38597F. Grayscale: #ABABAB. Windows color (decimal): -3692928 or 8431303. OLE color: 8431303.

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

Color convert

RGB 199 166 128 -
CMYK 0 0.17 0.36 0.22
HSL 32.11º 0.39% 0.64% -
HSV(B) 32.11º 0.36% 0.78% -
XYZ 41.09 40.97 26.17 -
YUV 171.54 103.43 147.59 -
System Red Green Blue C M Y K H S L
Decimal 199 166 128 0 0.17 0.36 0.22 32.11 0.39 0.64
Hex C7 A6 80 0 11 24 16 20 27 40
Octal 307 246 200 0 21 44 26 40 47 100
Binary 11000111 10100110 10000000 0 10001 100100 10110 100000 100111 1000000

Color Harmonies of #C7A680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A680

Black with #C7A680

Text Example


Text Example

White with #C7A680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A680; }

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

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

background-color css

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

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

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

border-color css

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

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

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