#CB7252

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

Shades of Japonica #CB7252

Tints of Japonica #CB7252

Color information

#CB7252 (or 0xCB7252) is unknown color: approx Japonica. HEX triplet: CB, 72 and 52. RGB value is (203,114,82). Sum of RGB (Red+Green+Blue) = 203+114+82=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 114 (44.92% from 255 or 28.57% from 399); Blue value is 82 (32.42% from 255 or 20.55% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7252 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7252 is #348DAD. Grayscale: #898989. Windows color (decimal): -3444142 or 5403339. OLE color: 5403339.

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

Color convert

RGB20311482-
CMYK00.440.600.20
HSL15.87º53.78%55.88%-
HSV(B)15.87º59.61%79.61%-
XYZ32.1725.3411.18-
YUV136.9696.99175.1-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.88%
GREEN value IS 114 (44.92% from 255) = 28.57%
BLUE value IS 82 (32.42% from 255) = 20.55%
R=50.88%
G=28.57%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.60
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031148200.440.600.2015.8753.7855.88
HexCB725202C3C14103638
Octal3131621220547424206670
Binary110010111110010101001001011001111001010010000110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7252; }

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

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

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

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

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

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

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

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