#CB7153

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

Shades of Japonica #CB7153

Tints of Japonica #CB7153

Color information

#CB7153 (or 0xCB7153) is unknown color: approx Japonica. HEX triplet: CB, 71 and 53. RGB value is (203,113,83). Sum of RGB (Red+Green+Blue) = 203+113+83=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 113 (44.53% from 255 or 28.32% from 399); Blue value is 83 (32.81% from 255 or 20.80% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7153 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7153 is #348EAC. Grayscale: #888888. Windows color (decimal): -3444397 or 5468619. OLE color: 5468619.

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

Color convert

RGB20311383-
CMYK00.440.590.20
HSL15º53.57%56.08%-
HSV(B)15º59.11%79.61%-
XYZ32.125.1311.34-
YUV136.4997.82175.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.88%
GREEN value IS 113 (44.53% from 255) = 28.32%
BLUE value IS 83 (32.81% from 255) = 20.80%
R=50.88%
G=28.32%
B=20.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031138300.440.590.201553.5756.08
HexCB715302C3B14f3638
Octal3131611230547324176670
Binary11001011111000110100110101100111011101001111110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7153; }

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

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

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

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

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

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

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

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