#CD4B7A

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

Shades of Cranberry #CD4B7A

Tints of Cranberry #CD4B7A

Color information

#CD4B7A (or 0xCD4B7A) is unknown color: approx Cranberry. HEX triplet: CD, 4B and 7A. RGB value is (205,75,122). Sum of RGB (Red+Green+Blue) = 205+75+122=402 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.00% from 402); Green value is 75 (29.69% from 255 or 18.66% from 402); Blue value is 122 (48.05% from 255 or 30.35% from 402); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4B7A is #32B485. Grayscale: #777777. Windows color (decimal): -3323014 or 8014797. OLE color: 8014797.

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

Color convert

RGB20575122-
CMYK00.630.400.20
HSL338.31º56.52%54.9%-
HSV(B)338.31º63.41%80.39%-
XYZ31.2119.4220.52-
YUV119.23129.57189.18-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.00%
GREEN value IS 75 (29.69% from 255) = 18.66%
BLUE value IS 122 (48.05% from 255) = 30.35%
R=51.00%
G=18.66%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057512200.630.400.20338.3156.5254.9
HexCD4B7A03F28141523937
Octal31511317207750245227167
Binary1100110110010111111010011111110100010100101010010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4B7A; }

 p { color: rgb(205,75,122); }

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

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

 a { background-color: rgb(205,75,122); }

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

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

 span { border-color: rgb(205,75,122); }

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