#CC7661

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

Shades of Japonica #CC7661

Tints of Japonica #CC7661

Color information

#CC7661 (or 0xCC7661) is unknown color: approx Japonica. HEX triplet: CC, 76 and 61. RGB value is (204,118,97). Sum of RGB (Red+Green+Blue) = 204+118+97=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 118 (46.48% from 255 or 28.16% from 419); Blue value is 97 (38.28% from 255 or 23.15% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7661 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7661 is #33899E. Grayscale: #8D8D8D. Windows color (decimal): -3377567 or 6387404. OLE color: 6387404.

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

Color convert

RGB20411897-
CMYK00.420.520.2
HSL11.78º51.2%59.02%-
HSV(B)11.78º52.45%80%-
XYZ33.5426.6614.69-
YUV141.32102.99172.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.69%
GREEN value IS 118 (46.48% from 255) = 28.16%
BLUE value IS 97 (38.28% from 255) = 23.15%
R=48.69%
G=28.16%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041189700.420.520.211.7851.259.02
HexCC766102A3414c333b
Octal3141661410526424146373
Binary11001100111011011000010101010110100101001100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7661; }

 p { color: rgb(204,118,97); }

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

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

 a { background-color: rgb(204,118,97); }

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

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

 span { border-color: rgb(204,118,97); }

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