Html Css Color HEX #C88964 Burning Sand

📋 copy color: '#C88964'

red 200 ◦ green 137 ◦ blue 100

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

Shades of Burning Sand #C88964

Tints of Burning Sand #C88964

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.35%

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

R = 45.77%
G = 31.35%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.5

 K value IS 0.22

RGB Variations

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

Color information

#C88964 (or 0xC88964) is known color: Burning Sand. HEX triplet: C8, 89 and 64. RGB value is (200,137,100). Sum of RGB (Red+Green+Blue) = 200+137+100=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 137 (53.91% from 255 or 31.35% from 437); Blue value is 100 (39.45% from 255 or 22.88% from 437); Max value from RGB is 200 - color contains mainly: red. Hex color #C88964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88964 is #37769B. Grayscale: #979797. Windows color (decimal): -3634844 or 6588872. OLE color: 6588872.

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

Color convert

RGB 200 137 100 -
CMYK 0 0.32 0.5 0.22
HSL 22.2º 0.48% 0.59% -
HSV(B) 22.2º 0.5% 0.78% -
XYZ 35.07 31.09 16.21 -
YUV 151.62 98.87 162.51 -
System Red Green Blue C M Y K H S L
Decimal 200 137 100 0 0.32 0.5 0.22 22.2 0.48 0.59
Hex C8 89 64 0 20 32 16 16 30 3B
Octal 310 211 144 0 40 62 26 26 60 73
Binary 11001000 10001001 1100100 0 100000 110010 10110 10110 110000 111011

Color Harmonies of #C88964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88964

Black with #C88964

Text Example


Text Example

White with #C88964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88964; }

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

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

background-color css

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

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

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

border-color css

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

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

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