Html Css Color HEX #C88155 Burning Sand

📋 copy color: '#C88155'

red 200 ◦ green 129 ◦ blue 85

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

Shades of Burning Sand #C88155

Tints of Burning Sand #C88155

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.16%

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

R = 48.31%
G = 31.16%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C88155 (or 0xC88155) is known color: Burning Sand. HEX triplet: C8, 81 and 55. RGB value is (200,129,85). Sum of RGB (Red+Green+Blue) = 200+129+85=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 129 (50.78% from 255 or 31.16% from 414); Blue value is 85 (33.59% from 255 or 20.53% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C88155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88155 is #377EAA. Grayscale: #919191. Windows color (decimal): -3636907 or 5603784. OLE color: 5603784.

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

Color convert

RGB 200 129 85 -
CMYK 0 0.36 0.58 0.22
HSL 22.96º 0.51% 0.56% -
HSV(B) 22.96º 0.58% 0.78% -
XYZ 33.31 28.64 12.37 -
YUV 145.21 94.02 167.08 -
System Red Green Blue C M Y K H S L
Decimal 200 129 85 0 0.36 0.58 0.22 22.96 0.51 0.56
Hex C8 81 55 0 24 3A 16 17 33 38
Octal 310 201 125 0 44 72 26 27 63 70
Binary 11001000 10000001 1010101 0 100100 111010 10110 10111 110011 111000

Color Harmonies of #C88155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88155

Black with #C88155

Text Example


Text Example

White with #C88155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88155; }

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

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

background-color css

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

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

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

border-color css

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

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

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