#CB7561

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

Shades of Japonica #CB7561

Tints of Japonica #CB7561

Color information

#CB7561 (or 0xCB7561) is unknown color: approx Japonica. HEX triplet: CB, 75 and 61. RGB value is (203,117,97). Sum of RGB (Red+Green+Blue) = 203+117+97=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 97 (38.28% from 255 or 23.26% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7561 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7561 is #348A9E. Grayscale: #8C8C8C. Windows color (decimal): -3443359 or 6387147. OLE color: 6387147.

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

Color convert

RGB20311797-
CMYK00.420.520.20
HSL11.32º50.48%58.82%-
HSV(B)11.32º52.22%79.61%-
XYZ33.1526.2814.64-
YUV140.43103.49172.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.68%
GREEN value IS 117 (46.09% from 255) = 28.06%
BLUE value IS 97 (38.28% from 255) = 23.26%
R=48.68%
G=28.06%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031179700.420.520.2011.3250.4858.82
HexCB756102A3414b323b
Octal3131651410526424136273
Binary11001011111010111000010101010110100101001011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7561; }

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

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

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

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

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

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

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

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