#CB497C

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

Shades of Cranberry #CB497C

Tints of Cranberry #CB497C

Color information

#CB497C (or 0xCB497C) is unknown color: approx Cranberry. HEX triplet: CB, 49 and 7C. RGB value is (203,73,124). Sum of RGB (Red+Green+Blue) = 203+73+124=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 73 (28.91% from 255 or 18.25% from 400); Blue value is 124 (48.83% from 255 or 31% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CB497C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB497C is #34B683. Grayscale: #757575. Windows color (decimal): -3454596 or 8145355. OLE color: 8145355.

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

Color convert

RGB20373124-
CMYK00.640.390.20
HSL336.46º55.56%54.12%-
HSV(B)336.46º64.04%79.61%-
XYZ30.6518.9221.1-
YUV117.68131.57188.85-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.75%
GREEN value IS 73 (28.91% from 255) = 18.25%
BLUE value IS 124 (48.83% from 255) = 31%
R=50.75%
G=18.25%
B=31%

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
Decimal2037312400.640.390.20336.4655.5654.12
HexCB497C04027141503836
Octal313111174010047245207066
Binary11001011100100111111000100000010011110100101010000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB497C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB497C; }

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

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

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

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

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

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

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

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