Html Css Color HEX #C88761 Burning Sand

📋 copy color: '#C88761'

red 200 ◦ green 135 ◦ blue 97

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

Shades of Burning Sand #C88761

Tints of Burning Sand #C88761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 22.45%

R = 46.3%
G = 31.25%
B = 22.45%

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

#C88761 (or 0xC88761) is known color: Burning Sand. HEX triplet: C8, 87 and 61. RGB value is (200,135,97). Sum of RGB (Red+Green+Blue) = 200+135+97=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 135 (53.12% from 255 or 31.25% from 432); Blue value is 97 (38.28% from 255 or 22.45% from 432); Max value from RGB is 200 - color contains mainly: red. Hex color #C88761 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88761 is #37789E. Grayscale: #969696. Windows color (decimal): -3635359 or 6391752. OLE color: 6391752.

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

Color convert

RGB 200 135 97 -
CMYK 0 0.32 0.52 0.22
HSL 22.14º 0.48% 0.58% -
HSV(B) 22.14º 0.52% 0.78% -
XYZ 34.64 30.47 15.36 -
YUV 150.1 98.03 163.59 -
System Red Green Blue C M Y K H S L
Decimal 200 135 97 0 0.32 0.52 0.22 22.14 0.48 0.58
Hex C8 87 61 0 20 34 16 16 30 3A
Octal 310 207 141 0 40 64 26 26 60 72
Binary 11001000 10000111 1100001 0 100000 110100 10110 10110 110000 111010

Color Harmonies of #C88761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88761

Black with #C88761

Text Example


Text Example

White with #C88761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88761; }

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

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

background-color css

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

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

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

border-color css

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

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

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