Html Css Color HEX #C88868 Burning Sand

📋 copy color: '#C88868'

red 200 ◦ green 136 ◦ blue 104

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

Shades of Burning Sand #C88868

Tints of Burning Sand #C88868

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.91%

 BLUE value IS 104 (41.02% from 255) = 23.64%

R = 45.45%
G = 30.91%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C88868 (or 0xC88868) is known color: Burning Sand. HEX triplet: C8, 88 and 68. RGB value is (200,136,104). Sum of RGB (Red+Green+Blue) = 200+136+104=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 136 (53.52% from 255 or 30.91% from 440); Blue value is 104 (41.02% from 255 or 23.64% from 440); Max value from RGB is 200 - color contains mainly: red. Hex color #C88868 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88868 is #377797. Grayscale: #979797. Windows color (decimal): -3635096 or 6850760. OLE color: 6850760.

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

Color convert

RGB 200 136 104 -
CMYK 0 0.32 0.48 0.22
HSL 20º 0.47% 0.6% -
HSV(B) 20º 0.48% 0.78% -
XYZ 35.12 30.89 17.21 -
YUV 151.49 101.2 162.6 -
System Red Green Blue C M Y K H S L
Decimal 200 136 104 0 0.32 0.48 0.22 20 0.47 0.6
Hex C8 88 68 0 20 30 16 14 2F 3C
Octal 310 210 150 0 40 60 26 24 57 74
Binary 11001000 10001000 1101000 0 100000 110000 10110 10100 101111 111100

Color Harmonies of #C88868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88868

Black with #C88868

Text Example


Text Example

White with #C88868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88868; }

 p { color: rgb(200,136,104); }

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

background-color css

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

 a { background-color: rgb(200,136,104); }

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

border-color css

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

 span { border-color: rgb(200,136,104); }

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