#CB3E75

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

Shades of Royal Heath #CB3E75

Tints of Royal Heath #CB3E75

Color information

#CB3E75 (or 0xCB3E75) is unknown color: approx Royal Heath. HEX triplet: CB, 3E and 75. RGB value is (203,62,117). Sum of RGB (Red+Green+Blue) = 203+62+117=382 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.14% from 382); Green value is 62 (24.61% from 255 or 16.23% from 382); Blue value is 117 (46.09% from 255 or 30.63% from 382); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3E75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3E75 is #34C18A. Grayscale: #6E6E6E. Windows color (decimal): -3457419 or 7683787. OLE color: 7683787.

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

Color convert

RGB20362117-
CMYK00.690.420.20
HSL336.6º57.55%51.96%-
HSV(B)336.6º69.46%79.61%-
XYZ29.5617.4318.64-
YUV110.43131.71194.03-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.14%
GREEN value IS 62 (24.61% from 255) = 16.23%
BLUE value IS 117 (46.09% from 255) = 30.63%
R=53.14%
G=16.23%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036211700.690.420.20336.657.5551.96
HexCB3E750452A141513a34
Octal31376165010552245217264
Binary1100101111111011101010100010110101010100101010001111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3E75; }

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

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

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

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

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

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

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

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