#CB3B72

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

Shades of Royal Heath #CB3B72

Tints of Royal Heath #CB3B72

Color information

#CB3B72 (or 0xCB3B72) is unknown color: approx Royal Heath. HEX triplet: CB, 3B and 72. RGB value is (203,59,114). Sum of RGB (Red+Green+Blue) = 203+59+114=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 59 (23.44% from 255 or 15.69% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3B72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3B72 is #34C48D. Grayscale: #6C6C6C. Windows color (decimal): -3458190 or 7486411. OLE color: 7486411.

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

Color convert

RGB20359114-
CMYK00.710.440.20
HSL337.08º58.06%51.37%-
HSV(B)337.08º70.94%79.61%-
XYZ29.2317.0417.67-
YUV108.33131.21195.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.99%
GREEN value IS 59 (23.44% from 255) = 15.69%
BLUE value IS 114 (44.92% from 255) = 30.32%
R=53.99%
G=15.69%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035911400.710.440.20337.0858.0651.37
HexCB3B720472C141513a33
Octal31373162010754245217263
Binary1100101111101111100100100011110110010100101010001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3B72; }

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

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

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

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

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

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

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

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