Html Css Color HEX #C88564 Burning Sand

📋 copy color: '#C88564'

red 200 ◦ green 133 ◦ blue 100

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

Shades of Burning Sand #C88564

Tints of Burning Sand #C88564

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.72%

 BLUE value IS 100 (39.45% from 255) = 23.09%

R = 46.19%
G = 30.72%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.5

 K value IS 0.22

RGB Variations

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

Color information

#C88564 (or 0xC88564) is known color: Burning Sand. HEX triplet: C8, 85 and 64. RGB value is (200,133,100). Sum of RGB (Red+Green+Blue) = 200+133+100=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 133 (52.34% from 255 or 30.72% from 433); Blue value is 100 (39.45% from 255 or 23.09% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C88564 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88564 is #377A9B. Grayscale: #959595. Windows color (decimal): -3635868 or 6587848. OLE color: 6587848.

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

Color convert

RGB 200 133 100 -
CMYK 0 0.34 0.5 0.22
HSL 19.8º 0.48% 0.59% -
HSV(B) 19.8º 0.5% 0.78% -
XYZ 34.51 29.97 16.02 -
YUV 149.27 100.2 164.18 -
System Red Green Blue C M Y K H S L
Decimal 200 133 100 0 0.34 0.5 0.22 19.8 0.48 0.59
Hex C8 85 64 0 22 32 16 14 30 3B
Octal 310 205 144 0 42 62 26 24 60 73
Binary 11001000 10000101 1100100 0 100010 110010 10110 10100 110000 111011

Color Harmonies of #C88564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88564

Black with #C88564

Text Example


Text Example

White with #C88564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88564; }

 p { color: rgb(200,133,100); }

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

background-color css

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

 a { background-color: rgb(200,133,100); }

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

border-color css

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

 span { border-color: rgb(200,133,100); }

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