Html Css Color HEX #C88360 Burning Sand

📋 copy color: '#C88360'

red 200 ◦ green 131 ◦ blue 96

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

Shades of Burning Sand #C88360

Tints of Burning Sand #C88360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.48%

R = 46.84%
G = 30.68%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C88360 (or 0xC88360) is known color: Burning Sand. HEX triplet: C8, 83 and 60. RGB value is (200,131,96). Sum of RGB (Red+Green+Blue) = 200+131+96=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 131 (51.56% from 255 or 30.68% from 427); Blue value is 96 (37.89% from 255 or 22.48% from 427); Max value from RGB is 200 - color contains mainly: red. Hex color #C88360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88360 is #377C9F. Grayscale: #939393. Windows color (decimal): -3636384 or 6325192. OLE color: 6325192.

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

Color convert

RGB 200 131 96 -
CMYK 0 0.34 0.52 0.22
HSL 20.19º 0.49% 0.58% -
HSV(B) 20.19º 0.52% 0.78% -
XYZ 34.05 29.36 14.94 -
YUV 147.64 98.86 165.35 -
System Red Green Blue C M Y K H S L
Decimal 200 131 96 0 0.34 0.52 0.22 20.19 0.49 0.58
Hex C8 83 60 0 22 34 16 14 31 3A
Octal 310 203 140 0 42 64 26 24 61 72
Binary 11001000 10000011 1100000 0 100010 110100 10110 10100 110001 111010

Color Harmonies of #C88360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88360

Black with #C88360

Text Example


Text Example

White with #C88360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88360; }

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

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

background-color css

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

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

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

border-color css

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

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

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