#CB6B53

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

Shades of Japonica #CB6B53

Tints of Japonica #CB6B53

Color information

#CB6B53 (or 0xCB6B53) is unknown color: approx Japonica. HEX triplet: CB, 6B and 53. RGB value is (203,107,83). Sum of RGB (Red+Green+Blue) = 203+107+83=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 107 (42.19% from 255 or 27.23% from 393); Blue value is 83 (32.81% from 255 or 21.12% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6B53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6B53 is #3494AC. Grayscale: #858585. Windows color (decimal): -3445933 or 5467083. OLE color: 5467083.

HSL color Cylindrical-coordinate representation of color #CB6B53: hue angle of 12º 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 #CB6B53 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.20.

Color convert

RGB20310783-
CMYK00.470.590.20
HSL12º53.57%56.08%-
HSV(B)12º59.11%79.61%-
XYZ31.4523.8411.13-
YUV132.9799.8177.95-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.65%
GREEN value IS 107 (42.19% from 255) = 27.23%
BLUE value IS 83 (32.81% from 255) = 21.12%
R=51.65%
G=27.23%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031078300.470.590.201253.5756.08
HexCB6B5302F3B14c3638
Octal3131531230577324146670
Binary11001011110101110100110101111111011101001100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6B53; }

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

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

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

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

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

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

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

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