Html Css Color HEX #C88760 Burning Sand

📋 copy color: '#C88760'

red 200 ◦ green 135 ◦ blue 96

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

Shades of Burning Sand #C88760

Tints of Burning Sand #C88760

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.32%

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

R = 46.4%
G = 31.32%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C88760 (or 0xC88760) is known color: Burning Sand. HEX triplet: C8, 87 and 60. RGB value is (200,135,96). Sum of RGB (Red+Green+Blue) = 200+135+96=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 135 (53.12% from 255 or 31.32% from 431); Blue value is 96 (37.89% from 255 or 22.27% from 431); Max value from RGB is 200 - color contains mainly: red. Hex color #C88760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88760 is #37789F. Grayscale: #969696. Windows color (decimal): -3635360 or 6326216. OLE color: 6326216.

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

Color convert

RGB 200 135 96 -
CMYK 0 0.32 0.52 0.22
HSL 22.5º 0.49% 0.58% -
HSV(B) 22.5º 0.52% 0.78% -
XYZ 34.59 30.45 15.12 -
YUV 149.99 97.53 163.67 -
System Red Green Blue C M Y K H S L
Decimal 200 135 96 0 0.32 0.52 0.22 22.5 0.49 0.58
Hex C8 87 60 0 20 34 16 16 31 3A
Octal 310 207 140 0 40 64 26 26 61 72
Binary 11001000 10000111 1100000 0 100000 110100 10110 10110 110001 111010

Color Harmonies of #C88760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88760

Black with #C88760

Text Example


Text Example

White with #C88760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88760; }

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

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

background-color css

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

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

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

border-color css

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

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

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