Html Css Color HEX #CA4579 Cranberry

📋 copy color: '#CA4579'

red 202 ◦ green 69 ◦ blue 121

#CA4579
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cranberry #CA4579

Tints of Cranberry #CA4579

RGB

 RED value IS 202 (79.3% from 255) = 51.53%

 GREEN value IS 69 (27.34% from 255) = 17.6%

 BLUE value IS 121 (47.66% from 255) = 30.87%

R = 51.53%
G = 17.6%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#CA4579 (or 0xCA4579) is known color: Cranberry. HEX triplet: CA, 45 and 79. RGB value is (202,69,121). Sum of RGB (Red+Green+Blue) = 202+69+121=392 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.53% from 392); Green value is 69 (27.34% from 255 or 17.60% from 392); Blue value is 121 (47.66% from 255 or 30.87% from 392); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4579 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4579 is #35BA86. Grayscale: #727272. Windows color (decimal): -3521159 or 7947722. OLE color: 7947722.

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

Color convert

RGB 202 69 121 -
CMYK 0 0.66 0.40 0.21
HSL 336.54º 0.56% 0.53% -
HSV(B) 336.54º 0.66% 0.79% -
XYZ 29.94 18.19 20.02 -
YUV 114.7 131.56 190.27 -
System Red Green Blue C M Y K H S L
Decimal 202 69 121 0 0.66 0.40 0.21 336.54 0.56 0.53
Hex CA 45 79 0 42 28 15 151 38 35
Octal 312 105 171 0 102 50 25 521 70 65
Binary 11001010 1000101 1111001 0 1000010 101000 10101 101010001 111000 110101

Color Harmonies of #CA4579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4579

Black with #CA4579

Text Example


Text Example

White with #CA4579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4579; }

 p { color: rgb(202,69,121); }

 H1.HeaderClassName
 {
   color: #CA4579;
 }
 .AnyTagClassName
 {
   color: #CA4579;
 }
</style>

background-color css

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

 a { background-color: rgb(202,69,121); }

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

border-color css

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

 span { border-color: rgb(202,69,121); }

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