Html Css Color HEX #C7A383 Rodeo Dust

📋 copy color: '#C7A383'

red 199 ◦ green 163 ◦ blue 131

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

Shades of Rodeo Dust #C7A383

Tints of Rodeo Dust #C7A383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.57%

R = 40.37%
G = 33.06%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C7A383 (or 0xC7A383) is known color: Rodeo Dust. HEX triplet: C7, A3 and 83. RGB value is (199,163,131). Sum of RGB (Red+Green+Blue) = 199+163+131=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 163 (64.06% from 255 or 33.06% from 493); Blue value is 131 (51.56% from 255 or 26.57% from 493); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A383 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A383 is #385C7C. Grayscale: #AAAAAA. Windows color (decimal): -3693693 or 8627143. OLE color: 8627143.

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

Color convert

RGB 199 163 131 -
CMYK 0 0.18 0.34 0.22
HSL 28.24º 0.38% 0.65% -
HSV(B) 28.24º 0.34% 0.78% -
XYZ 40.75 39.98 27.04 -
YUV 170.12 105.93 148.6 -
System Red Green Blue C M Y K H S L
Decimal 199 163 131 0 0.18 0.34 0.22 28.24 0.38 0.65
Hex C7 A3 83 0 12 22 16 1C 26 41
Octal 307 243 203 0 22 42 26 34 46 101
Binary 11000111 10100011 10000011 0 10010 100010 10110 11100 100110 1000001

Color Harmonies of #C7A383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A383

Black with #C7A383

Text Example


Text Example

White with #C7A383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A383; }

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

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

background-color css

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

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

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

border-color css

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

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

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