#CC6B55

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

Shades of Japonica #CC6B55

Tints of Japonica #CC6B55

Color information

#CC6B55 (or 0xCC6B55) is unknown color: approx Japonica. HEX triplet: CC, 6B and 55. RGB value is (204,107,85). Sum of RGB (Red+Green+Blue) = 204+107+85=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 107 (42.19% from 255 or 27.02% from 396); Blue value is 85 (33.59% from 255 or 21.46% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6B55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6B55 is #3394AA. Grayscale: #858585. Windows color (decimal): -3380395 or 5598156. OLE color: 5598156.

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

Color convert

RGB20410785-
CMYK00.480.580.2
HSL11.09º53.85%56.67%-
HSV(B)11.09º58.33%80%-
XYZ31.824.0111.55-
YUV133.5100.64178.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.52%
GREEN value IS 107 (42.19% from 255) = 27.02%
BLUE value IS 85 (33.59% from 255) = 21.46%
R=51.52%
G=27.02%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.58
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041078500.480.580.211.0953.8556.67
HexCC6B550303A14b3639
Octal3141531250607224136671
Binary11001100110101110101010110000111010101001011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6B55; }

 p { color: rgb(204,107,85); }

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

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

 a { background-color: rgb(204,107,85); }

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

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

 span { border-color: rgb(204,107,85); }

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