#CA4378

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

Shades of Cranberry #CA4378

Tints of Cranberry #CA4378

Color information

#CA4378 (or 0xCA4378) is unknown color: approx Cranberry. HEX triplet: CA, 43 and 78. RGB value is (202,67,120). Sum of RGB (Red+Green+Blue) = 202+67+120=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 67 (26.56% from 255 or 17.22% from 389); Blue value is 120 (47.27% from 255 or 30.85% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4378 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4378 is #35BC87. Grayscale: #717171. Windows color (decimal): -3521672 or 7881674. OLE color: 7881674.

HSL color Cylindrical-coordinate representation of color #CA4378: hue angle of 336.44º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA4378 is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB20267120-
CMYK00.670.410.21
HSL336.44º56.02%52.75%-
HSV(B)336.44º66.83%79.22%-
XYZ29.7517.9319.66-
YUV113.41131.73191.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.93%
GREEN value IS 67 (26.56% from 255) = 17.22%
BLUE value IS 120 (47.27% from 255) = 30.85%
R=51.93%
G=17.22%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026712000.670.410.21336.4456.0252.75
HexCA437804329151503835
Octal312103170010351255207065
Binary11001010100001111110000100001110100110101101010000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4378; }

 p { color: rgb(202,67,120); }

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

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

 a { background-color: rgb(202,67,120); }

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

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

 span { border-color: rgb(202,67,120); }

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