#CB497B

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

Shades of Cranberry #CB497B

Tints of Cranberry #CB497B

Color information

#CB497B (or 0xCB497B) is unknown color: approx Cranberry. HEX triplet: CB, 49 and 7B. RGB value is (203,73,123). Sum of RGB (Red+Green+Blue) = 203+73+123=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 73 (28.91% from 255 or 18.30% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CB497B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB497B is #34B684. Grayscale: #757575. Windows color (decimal): -3454597 or 8079819. OLE color: 8079819.

HSL color Cylindrical-coordinate representation of color #CB497B: hue angle of 336.92º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB497B is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB20373123-
CMYK00.640.390.20
HSL336.92º55.56%54.12%-
HSV(B)336.92º64.04%79.61%-
XYZ30.5918.8920.77-
YUV117.57131.07188.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.88%
GREEN value IS 73 (28.91% from 255) = 18.30%
BLUE value IS 123 (48.44% from 255) = 30.83%
R=50.88%
G=18.30%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037312300.640.390.20336.9255.5654.12
HexCB497B04027141513836
Octal313111173010047245217066
Binary11001011100100111110110100000010011110100101010001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB497B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB497B; }

 p { color: rgb(203,73,123); }

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

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

 a { background-color: rgb(203,73,123); }

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

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

 span { border-color: rgb(203,73,123); }

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