Html Css Color HEX #C7A288 Rodeo Dust

📋 copy color: '#C7A288'

red 199 ◦ green 162 ◦ blue 136

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

Shades of Rodeo Dust #C7A288

Tints of Rodeo Dust #C7A288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.36%

R = 40.04%
G = 32.6%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C7A288 (or 0xC7A288) is known color: Rodeo Dust. HEX triplet: C7, A2 and 88. RGB value is (199,162,136). Sum of RGB (Red+Green+Blue) = 199+162+136=497 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.04% from 497); Green value is 162 (63.67% from 255 or 32.60% from 497); Blue value is 136 (53.52% from 255 or 27.36% from 497); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A288 is #385D77. Grayscale: #AAAAAA. Windows color (decimal): -3693944 or 8954567. OLE color: 8954567.

HSL color Cylindrical-coordinate representation of color #C7A288: hue angle of 24.76º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C7A288 is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 162 136 -
CMYK 0 0.19 0.32 0.22
HSL 24.76º 0.36% 0.66% -
HSV(B) 24.76º 0.32% 0.78% -
XYZ 40.92 39.76 28.81 -
YUV 170.1 108.76 148.61 -
System Red Green Blue C M Y K H S L
Decimal 199 162 136 0 0.19 0.32 0.22 24.76 0.36 0.66
Hex C7 A2 88 0 13 20 16 19 24 42
Octal 307 242 210 0 23 40 26 31 44 102
Binary 11000111 10100010 10001000 0 10011 100000 10110 11001 100100 1000010

Color Harmonies of #C7A288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A288

Black with #C7A288

Text Example


Text Example

White with #C7A288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A288; }

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

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

background-color css

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

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

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

border-color css

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

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

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