#CB7052

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

Shades of Japonica #CB7052

Tints of Japonica #CB7052

Color information

#CB7052 (or 0xCB7052) is unknown color: approx Japonica. HEX triplet: CB, 70 and 52. RGB value is (203,112,82). Sum of RGB (Red+Green+Blue) = 203+112+82=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 82 (32.42% from 255 or 20.65% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7052 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7052 is #348FAD. Grayscale: #888888. Windows color (decimal): -3444654 or 5402827. OLE color: 5402827.

HSL color Cylindrical-coordinate representation of color #CB7052: hue angle of 14.88º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB7052 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.20.

Color convert

RGB20311282-
CMYK00.450.600.20
HSL14.88º53.78%55.88%-
HSV(B)14.88º59.61%79.61%-
XYZ31.9524.8911.1-
YUV135.7997.65175.94-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.13%
GREEN value IS 112 (44.14% from 255) = 28.21%
BLUE value IS 82 (32.42% from 255) = 20.65%
R=51.13%
G=28.21%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.60
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031128200.450.600.2014.8853.7855.88
HexCB705202D3C14f3638
Octal3131601220557424176670
Binary11001011111000010100100101101111100101001111110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7052; }

 p { color: rgb(203,112,82); }

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

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

 a { background-color: rgb(203,112,82); }

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

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

 span { border-color: rgb(203,112,82); }

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