#CD4B7B

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

Shades of Cranberry #CD4B7B

Tints of Cranberry #CD4B7B

Color information

#CD4B7B (or 0xCD4B7B) is unknown color: approx Cranberry. HEX triplet: CD, 4B and 7B. RGB value is (205,75,123). Sum of RGB (Red+Green+Blue) = 205+75+123=403 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.87% from 403); Green value is 75 (29.69% from 255 or 18.61% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4B7B is #32B484. Grayscale: #777777. Windows color (decimal): -3323013 or 8080333. OLE color: 8080333.

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

Color convert

RGB20575123-
CMYK00.630.40.20
HSL337.85º56.52%54.9%-
HSV(B)337.85º63.41%80.39%-
XYZ31.2719.4420.84-
YUV119.34130.07189.1-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50.87%
GREEN value IS 75 (29.69% from 255) = 18.61%
BLUE value IS 123 (48.44% from 255) = 30.52%
R=50.87%
G=18.61%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.4
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057512300.630.40.20337.8556.5254.9
HexCD4B7B03F28141523937
Octal31511317307750245227167
Binary1100110110010111111011011111110100010100101010010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4B7B; }

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

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

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

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

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

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

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

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