#CB7160

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

Shades of Japonica #CB7160

Tints of Japonica #CB7160

Color information

#CB7160 (or 0xCB7160) is unknown color: approx Japonica. HEX triplet: CB, 71 and 60. RGB value is (203,113,96). Sum of RGB (Red+Green+Blue) = 203+113+96=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 113 (44.53% from 255 or 27.43% from 412); Blue value is 96 (37.89% from 255 or 23.30% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7160 is #348E9F. Grayscale: #8A8A8A. Windows color (decimal): -3444384 or 6320587. OLE color: 6320587.

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

Color convert

RGB20311396-
CMYK00.440.530.20
HSL9.53º50.71%58.63%-
HSV(B)9.53º52.71%79.61%-
XYZ32.6525.3514.24-
YUV137.97104.32174.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.27%
GREEN value IS 113 (44.53% from 255) = 27.43%
BLUE value IS 96 (37.89% from 255) = 23.30%
R=49.27%
G=27.43%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031139600.440.530.209.5350.7158.63
HexCB716002C3514a333b
Octal3131611400546524126373
Binary11001011111000111000000101100110101101001010110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7160; }

 p { color: rgb(203,113,96); }

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

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

 a { background-color: rgb(203,113,96); }

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

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

 span { border-color: rgb(203,113,96); }

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