Html Css Color HEX #C7A380 Rodeo Dust

📋 copy color: '#C7A380'

red 199 ◦ green 163 ◦ blue 128

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

Shades of Rodeo Dust #C7A380

Tints of Rodeo Dust #C7A380

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.27%

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

R = 40.61%
G = 33.27%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C7A380 (or 0xC7A380) is known color: Rodeo Dust. HEX triplet: C7, A3 and 80. RGB value is (199,163,128). Sum of RGB (Red+Green+Blue) = 199+163+128=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 163 (64.06% from 255 or 33.27% from 490); Blue value is 128 (50.39% from 255 or 26.12% from 490); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A380 is #385C7F. Grayscale: #A9A9A9. Windows color (decimal): -3693696 or 8430535. OLE color: 8430535.

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

Color convert

RGB 199 163 128 -
CMYK 0 0.18 0.36 0.22
HSL 29.58º 0.39% 0.64% -
HSV(B) 29.58º 0.36% 0.78% -
XYZ 40.55 39.9 25.99 -
YUV 169.77 104.43 148.85 -
System Red Green Blue C M Y K H S L
Decimal 199 163 128 0 0.18 0.36 0.22 29.58 0.39 0.64
Hex C7 A3 80 0 12 24 16 1E 27 40
Octal 307 243 200 0 22 44 26 36 47 100
Binary 11000111 10100011 10000000 0 10010 100100 10110 11110 100111 1000000

Color Harmonies of #C7A380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A380

Black with #C7A380

Text Example


Text Example

White with #C7A380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A380; }

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

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

background-color css

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

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

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

border-color css

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

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

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