#CC846A

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

Shades of Burning Sand #CC846A

Tints of Burning Sand #CC846A

Color information

#CC846A (or 0xCC846A) is unknown color: approx Burning Sand. HEX triplet: CC, 84 and 6A. RGB value is (204,132,106). Sum of RGB (Red+Green+Blue) = 204+132+106=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 132 (51.95% from 255 or 29.86% from 442); Blue value is 106 (41.80% from 255 or 23.98% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC846A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC846A is #337B95. Grayscale: #969696. Windows color (decimal): -3373974 or 6980812. OLE color: 6980812.

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

Color convert

RGB204132106-
CMYK00.350.480.2
HSL15.92º49%60.78%-
HSV(B)15.92º48.04%80%-
XYZ35.7530.3817.62-
YUV150.56102.85166.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.15%
GREEN value IS 132 (51.95% from 255) = 29.86%
BLUE value IS 106 (41.80% from 255) = 23.98%
R=46.15%
G=29.86%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413210600.350.480.215.924960.78
HexCC846A023301410313d
Octal3142041520436024206175
Binary1100110010000100110101001000111100001010010000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC846A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC846A; }

 p { color: rgb(204,132,106); }

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

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

 a { background-color: rgb(204,132,106); }

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

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

 span { border-color: rgb(204,132,106); }

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