#CD4374

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

Shades of Cranberry #CD4374

Tints of Cranberry #CD4374

Color information

#CD4374 (or 0xCD4374) is unknown color: approx Cranberry. HEX triplet: CD, 43 and 74. RGB value is (205,67,116). Sum of RGB (Red+Green+Blue) = 205+67+116=388 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.84% from 388); Green value is 67 (26.56% from 255 or 17.27% from 388); Blue value is 116 (45.70% from 255 or 29.90% from 388); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4374 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4374 is #32BC8B. Grayscale: #717171. Windows color (decimal): -3325068 or 7619533. OLE color: 7619533.

HSL color Cylindrical-coordinate representation of color #CD4374: hue angle of 338.7º degrees, saturation: 0.58, 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 #CD4374 is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB20567116-
CMYK00.670.430.20
HSL338.7º57.98%53.33%-
HSV(B)338.7º67.32%80.39%-
XYZ30.3418.2518.45-
YUV113.85129.22193.02-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 52.84%
GREEN value IS 67 (26.56% from 255) = 17.27%
BLUE value IS 116 (45.70% from 255) = 29.90%
R=52.84%
G=17.27%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056711600.670.430.20338.757.9853.33
HexCD43740432B141533a35
Octal315103164010353245237265
Binary11001101100001111101000100001110101110100101010011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4374; }

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

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

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

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

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

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

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

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