#CB447A

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

Shades of Cranberry #CB447A

Tints of Cranberry #CB447A

Color information

#CB447A (or 0xCB447A) is unknown color: approx Cranberry. HEX triplet: CB, 44 and 7A. RGB value is (203,68,122). Sum of RGB (Red+Green+Blue) = 203+68+122=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 68 (26.95% from 255 or 17.30% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CB447A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB447A is #34BB85. Grayscale: #727272. Windows color (decimal): -3455878 or 8013003. OLE color: 8013003.

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

Color convert

RGB20368122-
CMYK00.670.400.20
HSL336º56.49%53.14%-
HSV(B)336º66.5%79.61%-
XYZ30.2118.2420.34-
YUV114.52132.23191.11-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.65%
GREEN value IS 68 (26.95% from 255) = 17.30%
BLUE value IS 122 (48.05% from 255) = 31.04%
R=51.65%
G=17.30%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036812200.670.400.2033656.4953.14
HexCB447A04328141503835
Octal313104172010350245207065
Binary11001011100010011110100100001110100010100101010000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB447A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB447A; }

 p { color: rgb(203,68,122); }

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

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

 a { background-color: rgb(203,68,122); }

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

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

 span { border-color: rgb(203,68,122); }

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