Html Css Color HEX #C88364 Burning Sand

📋 copy color: '#C88364'

red 200 ◦ green 131 ◦ blue 100

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

Shades of Burning Sand #C88364

Tints of Burning Sand #C88364

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.39%

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

R = 46.4%
G = 30.39%
B = 23.2%

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

#C88364 (or 0xC88364) is known color: Burning Sand. HEX triplet: C8, 83 and 64. RGB value is (200,131,100). Sum of RGB (Red+Green+Blue) = 200+131+100=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 100 (39.45% from 255 or 23.20% from 431); Max value from RGB is 200 - color contains mainly: red. Hex color #C88364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88364 is #377C9B. Grayscale: #949494. Windows color (decimal): -3636380 or 6587336. OLE color: 6587336.

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

Color convert

RGB 200 131 100 -
CMYK 0 0.34 0.5 0.22
HSL 18.6º 0.48% 0.59% -
HSV(B) 18.6º 0.5% 0.78% -
XYZ 34.24 29.43 15.93 -
YUV 148.1 100.86 165.02 -
System Red Green Blue C M Y K H S L
Decimal 200 131 100 0 0.34 0.5 0.22 18.6 0.48 0.59
Hex C8 83 64 0 22 32 16 13 30 3B
Octal 310 203 144 0 42 62 26 23 60 73
Binary 11001000 10000011 1100100 0 100010 110010 10110 10011 110000 111011

Color Harmonies of #C88364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88364

Black with #C88364

Text Example


Text Example

White with #C88364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88364; }

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

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

background-color css

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

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

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

border-color css

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

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

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