#CC6A5E

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

Shades of Japonica #CC6A5E

Tints of Japonica #CC6A5E

Color information

#CC6A5E (or 0xCC6A5E) is unknown color: approx Japonica. HEX triplet: CC, 6A and 5E. RGB value is (204,106,94). Sum of RGB (Red+Green+Blue) = 204+106+94=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 106 (41.80% from 255 or 26.24% from 404); Blue value is 94 (37.11% from 255 or 23.27% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6A5E is #3395A1. Grayscale: #868686. Windows color (decimal): -3380642 or 6187724. OLE color: 6187724.

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

Color convert

RGB20410694-
CMYK00.480.540.2
HSL6.55º51.89%58.43%-
HSV(B)6.55º53.92%80%-
XYZ32.0823.9513.52-
YUV133.93105.47177.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.50%
GREEN value IS 106 (41.80% from 255) = 26.24%
BLUE value IS 94 (37.11% from 255) = 23.27%
R=50.50%
G=26.24%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.54
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041069400.480.540.26.5551.8958.43
HexCC6A5E03036147343a
Octal314152136060662476472
Binary1100110011010101011110011000011011010100111110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6A5E; }

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

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

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

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

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

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

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

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