Html Css Color HEX #C7A880 Rodeo Dust

📋 copy color: '#C7A880'

red 199 ◦ green 168 ◦ blue 128

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

Shades of Rodeo Dust #C7A880

Tints of Rodeo Dust #C7A880

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.94%

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

R = 40.2%
G = 33.94%
B = 25.86%

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

#C7A880 (or 0xC7A880) is known color: Rodeo Dust. HEX triplet: C7, A8 and 80. RGB value is (199,168,128). Sum of RGB (Red+Green+Blue) = 199+168+128=495 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.20% from 495); Green value is 168 (66.02% from 255 or 33.94% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A880 is #38577F. Grayscale: #ACACAC. Windows color (decimal): -3692416 or 8431815. OLE color: 8431815.

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

Color convert

RGB 199 168 128 -
CMYK 0 0.16 0.36 0.22
HSL 33.8º 0.39% 0.64% -
HSV(B) 33.8º 0.36% 0.78% -
XYZ 41.45 41.71 26.29 -
YUV 172.71 102.77 146.75 -
System Red Green Blue C M Y K H S L
Decimal 199 168 128 0 0.16 0.36 0.22 33.8 0.39 0.64
Hex C7 A8 80 0 10 24 16 22 27 40
Octal 307 250 200 0 20 44 26 42 47 100
Binary 11000111 10101000 10000000 0 10000 100100 10110 100010 100111 1000000

Color Harmonies of #C7A880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A880

Black with #C7A880

Text Example


Text Example

White with #C7A880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A880; }

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

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

background-color css

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

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

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

border-color css

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

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

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