#CB7565

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

Shades of Japonica #CB7565

Tints of Japonica #CB7565

Color information

#CB7565 (or 0xCB7565) is unknown color: approx Japonica. HEX triplet: CB, 75 and 65. RGB value is (203,117,101). Sum of RGB (Red+Green+Blue) = 203+117+101=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 117 (46.09% from 255 or 27.79% from 421); Blue value is 101 (39.84% from 255 or 23.99% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7565 is #348A9A. Grayscale: #8D8D8D. Windows color (decimal): -3443355 or 6649291. OLE color: 6649291.

HSL color Cylindrical-coordinate representation of color #CB7565: hue angle of 9.41º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB7565 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB203117101-
CMYK00.420.500.20
HSL9.41º49.51%59.61%-
HSV(B)9.41º50.25%79.61%-
XYZ33.3426.3615.64-
YUV140.89105.49172.3-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.22%
GREEN value IS 117 (46.09% from 255) = 27.79%
BLUE value IS 101 (39.84% from 255) = 23.99%
R=48.22%
G=27.79%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311710100.420.500.209.4149.5159.61
HexCB756502A32149323c
Octal3131651450526224116274
Binary11001011111010111001010101010110010101001001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7565; }

 p { color: rgb(203,117,101); }

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

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

 a { background-color: rgb(203,117,101); }

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

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

 span { border-color: rgb(203,117,101); }

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