#cc8a68

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

Shades of Burning Sand #CC8A68

Tints of Burning Sand #CC8A68

Color information

#CC8A68 (or 0xCC8A68) is unknown color: approx Burning Sand. HEX triplet: CC, 8A and 68. RGB value is (204,138,104). Sum of RGB (Red+Green+Blue) = 204+138+104=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 138 (54.30% from 255 or 30.94% from 446); Blue value is 104 (41.02% from 255 or 23.32% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8A68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8A68 is #337597. Grayscale: #9A9A9A. Windows color (decimal): -3372440 or 6851276. OLE color: 6851276.

HSL color Cylindrical-coordinate representation of color #CC8A68: hue angle of 20.4º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC8A68 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.2.

Color convert

RGB204138104-
CMYK00.320.490.2
HSL20.4º49.5%60.39%-
HSV(B)20.4º49.02%80%-
XYZ36.4932.0117.35-
YUV153.8699.87163.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.74%
GREEN value IS 138 (54.30% from 255) = 30.94%
BLUE value IS 104 (41.02% from 255) = 23.32%
R=45.74%
G=30.94%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.49
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413810400.320.490.220.449.560.39
HexCC8A68020311414323c
Octal3142121500406124246274
Binary1100110010001010110100001000001100011010010100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc8a68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc8a68; }

 p { color: rgb(204,138,104); }

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

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

 a { background-color: rgb(204,138,104); }

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

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

 span { border-color: rgb(204,138,104); }

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