Html Css Color HEX #C7A385 Rodeo Dust

📋 copy color: '#C7A385'

red 199 ◦ green 163 ◦ blue 133

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

Shades of Rodeo Dust #C7A385

Tints of Rodeo Dust #C7A385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.87%

R = 40.2%
G = 32.93%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C7A385 (or 0xC7A385) is known color: Rodeo Dust. HEX triplet: C7, A3 and 85. RGB value is (199,163,133). Sum of RGB (Red+Green+Blue) = 199+163+133=495 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.20% from 495); Green value is 163 (64.06% from 255 or 32.93% from 495); Blue value is 133 (52.34% from 255 or 26.87% from 495); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A385 is #385C7A. Grayscale: #AAAAAA. Windows color (decimal): -3693691 or 8758215. OLE color: 8758215.

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

Color convert

RGB 199 163 133 -
CMYK 0 0.18 0.33 0.22
HSL 27.27º 0.37% 0.65% -
HSV(B) 27.27º 0.33% 0.78% -
XYZ 40.88 40.03 27.76 -
YUV 170.34 106.93 148.44 -
System Red Green Blue C M Y K H S L
Decimal 199 163 133 0 0.18 0.33 0.22 27.27 0.37 0.65
Hex C7 A3 85 0 12 21 16 1B 25 41
Octal 307 243 205 0 22 41 26 33 45 101
Binary 11000111 10100011 10000101 0 10010 100001 10110 11011 100101 1000001

Color Harmonies of #C7A385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A385

Black with #C7A385

Text Example


Text Example

White with #C7A385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A385; }

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

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

background-color css

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

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

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

border-color css

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

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

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