Html Css Color HEX #CA5380 Cranberry

📋 copy color: '#CA5380'

red 202 ◦ green 83 ◦ blue 128

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

Shades of Cranberry #CA5380

Tints of Cranberry #CA5380

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.1%

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

R = 48.91%
G = 20.1%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CA5380 (or 0xCA5380) is known color: Cranberry. HEX triplet: CA, 53 and 80. RGB value is (202,83,128). Sum of RGB (Red+Green+Blue) = 202+83+128=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5380 is #35AC7F. Grayscale: #7B7B7B. Windows color (decimal): -3517568 or 8410058. OLE color: 8410058.

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

Color convert

RGB 202 83 128 -
CMYK 0 0.59 0.37 0.21
HSL 337.31º 0.53% 0.56% -
HSV(B) 337.31º 0.59% 0.79% -
XYZ 31.35 20.3 22.69 -
YUV 123.71 130.42 183.84 -
System Red Green Blue C M Y K H S L
Decimal 202 83 128 0 0.59 0.37 0.21 337.31 0.53 0.56
Hex CA 53 80 0 3B 25 15 151 35 38
Octal 312 123 200 0 73 45 25 521 65 70
Binary 11001010 1010011 10000000 0 111011 100101 10101 101010001 110101 111000

Color Harmonies of #CA5380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5380

Black with #CA5380

Text Example


Text Example

White with #CA5380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5380; }

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

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

background-color css

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

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

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

border-color css

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

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

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