#CB7361

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

Shades of Japonica #CB7361

Tints of Japonica #CB7361

Color information

#CB7361 (or 0xCB7361) is unknown color: approx Japonica. HEX triplet: CB, 73 and 61. RGB value is (203,115,97). Sum of RGB (Red+Green+Blue) = 203+115+97=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 115 (45.31% from 255 or 27.71% from 415); Blue value is 97 (38.28% from 255 or 23.37% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7361 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7361 is #348C9E. Grayscale: #8B8B8B. Windows color (decimal): -3443871 or 6386635. OLE color: 6386635.

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

Color convert

RGB20311597-
CMYK00.430.520.20
HSL10.19º50.48%58.82%-
HSV(B)10.19º52.22%79.61%-
XYZ32.9225.8214.56-
YUV139.26104.15173.46-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.92%
GREEN value IS 115 (45.31% from 255) = 27.71%
BLUE value IS 97 (38.28% from 255) = 23.37%
R=48.92%
G=27.71%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031159700.430.520.2010.1950.4858.82
HexCB736102B3414a323b
Octal3131631410536424126273
Binary11001011111001111000010101011110100101001010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7361; }

 p { color: rgb(203,115,97); }

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

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

 a { background-color: rgb(203,115,97); }

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

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

 span { border-color: rgb(203,115,97); }

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