Html Css Color HEX #C88664 Burning Sand

📋 copy color: '#C88664'

red 200 ◦ green 134 ◦ blue 100

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

Shades of Burning Sand #C88664

Tints of Burning Sand #C88664

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.88%

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

R = 46.08%
G = 30.88%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.5

 K value IS 0.22

RGB Variations

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

Color information

#C88664 (or 0xC88664) is known color: Burning Sand. HEX triplet: C8, 86 and 64. RGB value is (200,134,100). Sum of RGB (Red+Green+Blue) = 200+134+100=434 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.08% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 100 (39.45% from 255 or 23.04% from 434); Max value from RGB is 200 - color contains mainly: red. Hex color #C88664 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88664 is #37799B. Grayscale: #969696. Windows color (decimal): -3635612 or 6588104. OLE color: 6588104.

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

Color convert

RGB 200 134 100 -
CMYK 0 0.33 0.5 0.22
HSL 20.4º 0.48% 0.59% -
HSV(B) 20.4º 0.5% 0.78% -
XYZ 34.64 30.25 16.07 -
YUV 149.86 99.87 163.76 -
System Red Green Blue C M Y K H S L
Decimal 200 134 100 0 0.33 0.5 0.22 20.4 0.48 0.59
Hex C8 86 64 0 21 32 16 14 30 3B
Octal 310 206 144 0 41 62 26 24 60 73
Binary 11001000 10000110 1100100 0 100001 110010 10110 10100 110000 111011

Color Harmonies of #C88664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88664

Black with #C88664

Text Example


Text Example

White with #C88664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88664; }

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

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

background-color css

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

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

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

border-color css

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

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

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