#cc7a5d

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

Shades of Japonica #CC7A5D

Tints of Japonica #CC7A5D

Color information

#CC7A5D (or 0xCC7A5D) is unknown color: approx Japonica. HEX triplet: CC, 7A and 5D. RGB value is (204,122,93). Sum of RGB (Red+Green+Blue) = 204+122+93=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 93 (36.72% from 255 or 22.20% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7A5D is #3385A2. Grayscale: #8F8F8F. Windows color (decimal): -3376547 or 6126284. OLE color: 6126284.

HSL color Cylindrical-coordinate representation of color #CC7A5D: hue angle of 15.68º 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 #CC7A5D is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB20412293-
CMYK00.400.540.2
HSL15.68º52.11%58.24%-
HSV(B)15.68º54.41%80%-
XYZ33.8427.5513.89-
YUV143.2199.67171.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.69%
GREEN value IS 122 (48.05% from 255) = 29.12%
BLUE value IS 93 (36.72% from 255) = 22.20%
R=48.69%
G=29.12%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.54
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041229300.400.540.215.6852.1158.24
HexCC7A5D028361410343a
Octal3141721350506624206472
Binary110011001111010101110101010001101101010010000110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc7a5d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc7a5d; }

 p { color: rgb(204,122,93); }

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

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

 a { background-color: rgb(204,122,93); }

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

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

 span { border-color: rgb(204,122,93); }

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