Html Css Color HEX #C88355 Burning Sand

📋 copy color: '#C88355'

red 200 ◦ green 131 ◦ blue 85

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

Shades of Burning Sand #C88355

Tints of Burning Sand #C88355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.43%

R = 48.08%
G = 31.49%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C88355 (or 0xC88355) is known color: Burning Sand. HEX triplet: C8, 83 and 55. RGB value is (200,131,85). Sum of RGB (Red+Green+Blue) = 200+131+85=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 131 (51.56% from 255 or 31.49% from 416); Blue value is 85 (33.59% from 255 or 20.43% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C88355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88355 is #377CAA. Grayscale: #929292. Windows color (decimal): -3636395 or 5604296. OLE color: 5604296.

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

Color convert

RGB 200 131 85 -
CMYK 0 0.34 0.58 0.22
HSL 24º 0.51% 0.56% -
HSV(B) 24º 0.58% 0.78% -
XYZ 33.58 29.17 12.45 -
YUV 146.39 93.36 166.24 -
System Red Green Blue C M Y K H S L
Decimal 200 131 85 0 0.34 0.58 0.22 24 0.51 0.56
Hex C8 83 55 0 22 3A 16 18 33 38
Octal 310 203 125 0 42 72 26 30 63 70
Binary 11001000 10000011 1010101 0 100010 111010 10110 11000 110011 111000

Color Harmonies of #C88355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88355

Black with #C88355

Text Example


Text Example

White with #C88355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88355; }

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

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

background-color css

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

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

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

border-color css

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

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

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