Html Css Color HEX #CA5A80 Cranberry

📋 copy color: '#CA5A80'

red 202 ◦ green 90 ◦ blue 128

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

Shades of Cranberry #CA5A80

Tints of Cranberry #CA5A80

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.43%

 BLUE value IS 128 (50.39% from 255) = 30.48%

R = 48.1%
G = 21.43%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CA5A80 (or 0xCA5A80) is known color: Cranberry. HEX triplet: CA, 5A and 80. RGB value is (202,90,128). Sum of RGB (Red+Green+Blue) = 202+90+128=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 90 (35.55% from 255 or 21.43% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5A80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5A80 is #35A57F. Grayscale: #7F7F7F. Windows color (decimal): -3515776 or 8411850. OLE color: 8411850.

HSL color Cylindrical-coordinate representation of color #CA5A80: hue angle of 339.64º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA5A80 is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 90 128 -
CMYK 0 0.55 0.37 0.21
HSL 339.64º 0.51% 0.57% -
HSV(B) 339.64º 0.55% 0.79% -
XYZ 31.91 21.43 22.88 -
YUV 127.82 128.11 180.91 -
System Red Green Blue C M Y K H S L
Decimal 202 90 128 0 0.55 0.37 0.21 339.64 0.51 0.57
Hex CA 5A 80 0 37 25 15 154 33 39
Octal 312 132 200 0 67 45 25 524 63 71
Binary 11001010 1011010 10000000 0 110111 100101 10101 101010100 110011 111001

Color Harmonies of #CA5A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5A80

Black with #CA5A80

Text Example


Text Example

White with #CA5A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5A80; }

 p { color: rgb(202,90,128); }

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

background-color css

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

 a { background-color: rgb(202,90,128); }

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

border-color css

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

 span { border-color: rgb(202,90,128); }

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