Html Css Color HEX #C7A580 Rodeo Dust

📋 copy color: '#C7A580'

red 199 ◦ green 165 ◦ blue 128

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

Shades of Rodeo Dust #C7A580

Tints of Rodeo Dust #C7A580

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.54%

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

R = 40.45%
G = 33.54%
B = 26.02%

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

#C7A580 (or 0xC7A580) is known color: Rodeo Dust. HEX triplet: C7, A5 and 80. RGB value is (199,165,128). Sum of RGB (Red+Green+Blue) = 199+165+128=492 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.45% from 492); Green value is 165 (64.84% from 255 or 33.54% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A580 is #385A7F. Grayscale: #ABABAB. Windows color (decimal): -3693184 or 8431047. OLE color: 8431047.

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

Color convert

RGB 199 165 128 -
CMYK 0 0.17 0.36 0.22
HSL 31.27º 0.39% 0.64% -
HSV(B) 31.27º 0.36% 0.78% -
XYZ 40.9 40.61 26.1 -
YUV 170.95 103.76 148.01 -
System Red Green Blue C M Y K H S L
Decimal 199 165 128 0 0.17 0.36 0.22 31.27 0.39 0.64
Hex C7 A5 80 0 11 24 16 1F 27 40
Octal 307 245 200 0 21 44 26 37 47 100
Binary 11000111 10100101 10000000 0 10001 100100 10110 11111 100111 1000000

Color Harmonies of #C7A580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A580

Black with #C7A580

Text Example


Text Example

White with #C7A580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A580; }

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

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

background-color css

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

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

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

border-color css

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

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

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