Html Css Color HEX #C7A382 Rodeo Dust

📋 copy color: '#C7A382'

red 199 ◦ green 163 ◦ blue 130

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

Shades of Rodeo Dust #C7A382

Tints of Rodeo Dust #C7A382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.42%

R = 40.45%
G = 33.13%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C7A382 (or 0xC7A382) is known color: Rodeo Dust. HEX triplet: C7, A3 and 82. RGB value is (199,163,130). Sum of RGB (Red+Green+Blue) = 199+163+130=492 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.45% from 492); Green value is 163 (64.06% from 255 or 33.13% from 492); Blue value is 130 (51.17% from 255 or 26.42% from 492); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A382 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A382 is #385C7D. Grayscale: #AAAAAA. Windows color (decimal): -3693694 or 8561607. OLE color: 8561607.

HSL color Cylindrical-coordinate representation of color #C7A382: hue angle of 28.7º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C7A382 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 163 130 -
CMYK 0 0.18 0.35 0.22
HSL 28.7º 0.38% 0.65% -
HSV(B) 28.7º 0.35% 0.78% -
XYZ 40.68 39.95 26.69 -
YUV 170 105.43 148.68 -
System Red Green Blue C M Y K H S L
Decimal 199 163 130 0 0.18 0.35 0.22 28.7 0.38 0.65
Hex C7 A3 82 0 12 23 16 1D 26 41
Octal 307 243 202 0 22 43 26 35 46 101
Binary 11000111 10100011 10000010 0 10010 100011 10110 11101 100110 1000001

Color Harmonies of #C7A382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A382

Black with #C7A382

Text Example


Text Example

White with #C7A382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A382; }

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

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

background-color css

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

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

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

border-color css

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

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

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