Html Css Color HEX #C7A286 Rodeo Dust

📋 copy color: '#C7A286'

red 199 ◦ green 162 ◦ blue 134

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

Shades of Rodeo Dust #C7A286

Tints of Rodeo Dust #C7A286

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.73%

 BLUE value IS 134 (52.73% from 255) = 27.07%

R = 40.2%
G = 32.73%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C7A286 (or 0xC7A286) is known color: Rodeo Dust. HEX triplet: C7, A2 and 86. RGB value is (199,162,134). Sum of RGB (Red+Green+Blue) = 199+162+134=495 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.20% from 495); Green value is 162 (63.67% from 255 or 32.73% from 495); Blue value is 134 (52.73% from 255 or 27.07% from 495); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A286 is #385D79. Grayscale: #AAAAAA. Windows color (decimal): -3693946 or 8823495. OLE color: 8823495.

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

Color convert

RGB 199 162 134 -
CMYK 0 0.19 0.33 0.22
HSL 25.85º 0.37% 0.65% -
HSV(B) 25.85º 0.33% 0.78% -
XYZ 40.78 39.7 28.07 -
YUV 169.87 107.76 148.78 -
System Red Green Blue C M Y K H S L
Decimal 199 162 134 0 0.19 0.33 0.22 25.85 0.37 0.65
Hex C7 A2 86 0 13 21 16 1A 25 41
Octal 307 242 206 0 23 41 26 32 45 101
Binary 11000111 10100010 10000110 0 10011 100001 10110 11010 100101 1000001

Color Harmonies of #C7A286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A286

Black with #C7A286

Text Example


Text Example

White with #C7A286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A286; }

 p { color: rgb(199,162,134); }

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

background-color css

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

 a { background-color: rgb(199,162,134); }

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

border-color css

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

 span { border-color: rgb(199,162,134); }

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