#CC8A6C

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

Shades of Burning Sand #CC8A6C

Tints of Burning Sand #CC8A6C

Color information

#CC8A6C (or 0xCC8A6C) is unknown color: approx Burning Sand. HEX triplet: CC, 8A and 6C. RGB value is (204,138,108). Sum of RGB (Red+Green+Blue) = 204+138+108=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 138 (54.30% from 255 or 30.67% from 450); Blue value is 108 (42.58% from 255 or 24% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8A6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8A6C is #337593. Grayscale: #9A9A9A. Windows color (decimal): -3372436 or 7113420. OLE color: 7113420.

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

Color convert

RGB204138108-
CMYK00.320.470.2
HSL18.75º48.48%61.18%-
HSV(B)18.75º47.06%80%-
XYZ36.732.118.45-
YUV154.31101.87163.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.33%
GREEN value IS 138 (54.30% from 255) = 30.67%
BLUE value IS 108 (42.58% from 255) = 24%
R=45.33%
G=30.67%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413810800.320.470.218.7548.4861.18
HexCC8A6C0202F1413303d
Octal3142121540405724236075
Binary1100110010001010110110001000001011111010010011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8A6C; }

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

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

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

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

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

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

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

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