#CC7A5C

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

Shades of Japonica #CC7A5C

Tints of Japonica #CC7A5C

Color information

#CC7A5C (or 0xCC7A5C) is unknown color: approx Japonica. HEX triplet: CC, 7A and 5C. RGB value is (204,122,92). Sum of RGB (Red+Green+Blue) = 204+122+92=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 122 (48.05% from 255 or 29.19% from 418); Blue value is 92 (36.33% from 255 or 22.01% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7A5C is #3385A3. Grayscale: #8F8F8F. Windows color (decimal): -3376548 or 6060748. OLE color: 6060748.

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

Color convert

RGB20412292-
CMYK00.400.550.2
HSL16.07º52.34%58.04%-
HSV(B)16.07º54.9%80%-
XYZ33.7927.5313.66-
YUV143.199.17171.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.80%
GREEN value IS 122 (48.05% from 255) = 29.19%
BLUE value IS 92 (36.33% from 255) = 22.01%
R=48.80%
G=29.19%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041229200.400.550.216.0752.3458.04
HexCC7A5C028371410343a
Octal3141721340506724206472
Binary110011001111010101110001010001101111010010000110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7A5C; }

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

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

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

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

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

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

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

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