#CD4279

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

Shades of Cranberry #CD4279

Tints of Cranberry #CD4279

Color information

#CD4279 (or 0xCD4279) is unknown color: approx Cranberry. HEX triplet: CD, 42 and 79. RGB value is (205,66,121). Sum of RGB (Red+Green+Blue) = 205+66+121=392 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.30% from 392); Green value is 66 (26.17% from 255 or 16.84% from 392); Blue value is 121 (47.66% from 255 or 30.87% from 392); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4279 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4279 is #32BD86. Grayscale: #717171. Windows color (decimal): -3325319 or 7946957. OLE color: 7946957.

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

Color convert

RGB20566121-
CMYK00.680.410.20
HSL336.26º58.16%53.14%-
HSV(B)336.26º67.8%80.39%-
XYZ30.5818.2620-
YUV113.83132.05193.03-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 52.30%
GREEN value IS 66 (26.17% from 255) = 16.84%
BLUE value IS 121 (47.66% from 255) = 30.87%
R=52.30%
G=16.84%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056612100.680.410.20336.2658.1653.14
HexCD427904429141503a35
Octal315102171010451245207265
Binary11001101100001011110010100010010100110100101010000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4279; }

 p { color: rgb(205,66,121); }

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

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

 a { background-color: rgb(205,66,121); }

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

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

 span { border-color: rgb(205,66,121); }

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