Html Css Color HEX #C88260 Burning Sand

📋 copy color: '#C88260'

red 200 ◦ green 130 ◦ blue 96

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

Shades of Burning Sand #C88260

Tints of Burning Sand #C88260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.54%

R = 46.95%
G = 30.52%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C88260 (or 0xC88260) is known color: Burning Sand. HEX triplet: C8, 82 and 60. RGB value is (200,130,96). Sum of RGB (Red+Green+Blue) = 200+130+96=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 96 (37.89% from 255 or 22.54% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C88260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88260 is #377D9F. Grayscale: #939393. Windows color (decimal): -3636640 or 6324936. OLE color: 6324936.

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

Color convert

RGB 200 130 96 -
CMYK 0 0.35 0.52 0.22
HSL 19.62º 0.49% 0.58% -
HSV(B) 19.62º 0.52% 0.78% -
XYZ 33.91 29.09 14.89 -
YUV 147.05 99.19 165.76 -
System Red Green Blue C M Y K H S L
Decimal 200 130 96 0 0.35 0.52 0.22 19.62 0.49 0.58
Hex C8 82 60 0 23 34 16 14 31 3A
Octal 310 202 140 0 43 64 26 24 61 72
Binary 11001000 10000010 1100000 0 100011 110100 10110 10100 110001 111010

Color Harmonies of #C88260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88260

Black with #C88260

Text Example


Text Example

White with #C88260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88260; }

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

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

background-color css

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

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

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

border-color css

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

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

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