Html Css Color HEX #C88070 Burning Sand

📋 copy color: '#C88070'

red 200 ◦ green 128 ◦ blue 112

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

Shades of Burning Sand #C88070

Tints of Burning Sand #C88070

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.09%

 BLUE value IS 112 (44.14% from 255) = 25.45%

R = 45.45%
G = 29.09%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C88070 (or 0xC88070) is known color: Burning Sand. HEX triplet: C8, 80 and 70. RGB value is (200,128,112). Sum of RGB (Red+Green+Blue) = 200+128+112=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 128 (50.39% from 255 or 29.09% from 440); Blue value is 112 (44.14% from 255 or 25.45% from 440); Max value from RGB is 200 - color contains mainly: red. Hex color #C88070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88070 is #377F8F. Grayscale: #939393. Windows color (decimal): -3637136 or 7373000. OLE color: 7373000.

HSL color Cylindrical-coordinate representation of color #C88070: hue angle of 10.91º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C88070 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 128 112 -
CMYK 0 0.36 0.44 0.22
HSL 10.91º 0.44% 0.61% -
HSV(B) 10.91º 0.44% 0.78% -
XYZ 34.46 28.89 19.09 -
YUV 147.7 107.85 165.3 -
System Red Green Blue C M Y K H S L
Decimal 200 128 112 0 0.36 0.44 0.22 10.91 0.44 0.61
Hex C8 80 70 0 24 2C 16 B 2C 3D
Octal 310 200 160 0 44 54 26 13 54 75
Binary 11001000 10000000 1110000 0 100100 101100 10110 1011 101100 111101

Color Harmonies of #C88070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88070

Black with #C88070

Text Example


Text Example

White with #C88070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88070; }

 p { color: rgb(200,128,112); }

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

background-color css

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

 a { background-color: rgb(200,128,112); }

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

border-color css

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

 span { border-color: rgb(200,128,112); }

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