#C88A6A

Color #C88A6A Burning Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burning Sand #C88A6A

Tints of Burning Sand #C88A6A

Color information

#C88A6A (or 0xC88A6A) is unknown color: approx Burning Sand. HEX triplet: C8, 8A and 6A. RGB value is (200,138,106). Sum of RGB (Red+Green+Blue) = 200+138+106=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 138 (54.30% from 255 or 31.08% from 444); Blue value is 106 (41.80% from 255 or 23.87% from 444); Max value from RGB is 200 - color contains mainly: red. Hex color #C88A6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88A6A is #377595. Grayscale: #999999. Windows color (decimal): -3634582 or 6982344. OLE color: 6982344.

HSL color Cylindrical-coordinate representation of color #C88A6A: hue angle of 20.43º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C88A6A is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB200138106-
CMYK00.310.470.22
HSL20.43º46.08%60%-
HSV(B)20.43º47%78.43%-
XYZ35.5131.517.84-
YUV152.89101.54161.6-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.05%
GREEN value IS 138 (54.30% from 255) = 31.08%
BLUE value IS 106 (41.80% from 255) = 23.87%
R=45.05%
G=31.08%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013810600.310.470.2220.4346.0860
HexC88A6A01F2F16142e3c
Octal3102121520375726245674
Binary110010001000101011010100111111011111011010100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88A6A; }

 p { color: rgb(200,138,106); }

 H1.HeaderClassName
 {
   color: #C88A6A;
 }
 .AnyTagClassName
 {
   color: #C88A6A;
 }
</style>
background-color css

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

 a { background-color: rgb(200,138,106); }

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

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

 span { border-color: rgb(200,138,106); }

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