Html Css Color HEX #C88259 Burning Sand

📋 copy color: '#C88259'

red 200 ◦ green 130 ◦ blue 89

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

Shades of Burning Sand #C88259

Tints of Burning Sand #C88259

RGB

 RED value IS 200 (78.52% from 255) = 47.73%

 GREEN value IS 130 (51.17% from 255) = 31.03%

 BLUE value IS 89 (35.16% from 255) = 21.24%

R = 47.73%
G = 31.03%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C88259 (or 0xC88259) is known color: Burning Sand. HEX triplet: C8, 82 and 59. RGB value is (200,130,89). Sum of RGB (Red+Green+Blue) = 200+130+89=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 89 (35.16% from 255 or 21.24% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C88259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88259 is #377DA6. Grayscale: #929292. Windows color (decimal): -3636647 or 5866184. OLE color: 5866184.

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

Color convert

RGB 200 130 89 -
CMYK 0 0.35 0.56 0.22
HSL 22.16º 0.5% 0.57% -
HSV(B) 22.16º 0.56% 0.78% -
XYZ 33.61 28.97 13.27 -
YUV 146.26 95.69 166.33 -
System Red Green Blue C M Y K H S L
Decimal 200 130 89 0 0.35 0.56 0.22 22.16 0.5 0.57
Hex C8 82 59 0 23 38 16 16 32 39
Octal 310 202 131 0 43 70 26 26 62 71
Binary 11001000 10000010 1011001 0 100011 111000 10110 10110 110010 111001

Color Harmonies of #C88259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88259

Black with #C88259

Text Example


Text Example

White with #C88259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88259; }

 p { color: rgb(200,130,89); }

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

background-color css

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

 a { background-color: rgb(200,130,89); }

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

border-color css

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

 span { border-color: rgb(200,130,89); }

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