#CD3E74

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

Shades of Cranberry #CD3E74

Tints of Cranberry #CD3E74

Color information

#CD3E74 (or 0xCD3E74) is unknown color: approx Cranberry. HEX triplet: CD, 3E and 74. RGB value is (205,62,116). Sum of RGB (Red+Green+Blue) = 205+62+116=383 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.52% from 383); Green value is 62 (24.61% from 255 or 16.19% from 383); Blue value is 116 (45.70% from 255 or 30.29% from 383); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3E74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3E74 is #32C18B. Grayscale: #6E6E6E. Windows color (decimal): -3326348 or 7618253. OLE color: 7618253.

HSL color Cylindrical-coordinate representation of color #CD3E74: hue angle of 337.34º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CD3E74 is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB20562116-
CMYK00.700.430.20
HSL337.34º58.85%52.35%-
HSV(B)337.34º69.76%80.39%-
XYZ30.0517.6918.35-
YUV110.91130.88195.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 53.52%
GREEN value IS 62 (24.61% from 255) = 16.19%
BLUE value IS 116 (45.70% from 255) = 30.29%
R=53.52%
G=16.19%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056211600.700.430.20337.3458.8552.35
HexCD3E740462B141513b34
Octal31576164010653245217364
Binary1100110111111011101000100011010101110100101010001111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3E74; }

 p { color: rgb(205,62,116); }

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

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

 a { background-color: rgb(205,62,116); }

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

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

 span { border-color: rgb(205,62,116); }

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