Html Css Color HEX #CD5080 Cranberry

📋 copy color: '#CD5080'

red 205 ◦ green 80 ◦ blue 128

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

Shades of Cranberry #CD5080

Tints of Cranberry #CD5080

RGB

 RED value IS 205 (80.47% from 255) = 49.64%

 GREEN value IS 80 (31.64% from 255) = 19.37%

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

R = 49.64%
G = 19.37%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#CD5080 (or 0xCD5080) is known color: Cranberry. HEX triplet: CD, 50 and 80. RGB value is (205,80,128). Sum of RGB (Red+Green+Blue) = 205+80+128=413 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.64% from 413); Green value is 80 (31.64% from 255 or 19.37% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5080 is #32AF7F. Grayscale: #7A7A7A. Windows color (decimal): -3321728 or 8409293. OLE color: 8409293.

HSL color Cylindrical-coordinate representation of color #CD5080: hue angle of 336.96º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CD5080 is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 80 128 -
CMYK 0 0.61 0.38 0.20
HSL 336.96º 0.56% 0.56% -
HSV(B) 336.96º 0.61% 0.8% -
XYZ 31.94 20.27 22.65 -
YUV 122.85 130.91 186.6 -
System Red Green Blue C M Y K H S L
Decimal 205 80 128 0 0.61 0.38 0.20 336.96 0.56 0.56
Hex CD 50 80 0 3D 26 14 151 38 38
Octal 315 120 200 0 75 46 24 521 70 70
Binary 11001101 1010000 10000000 0 111101 100110 10100 101010001 111000 111000

Color Harmonies of #CD5080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5080

Black with #CD5080

Text Example


Text Example

White with #CD5080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5080; }

 p { color: rgb(205,80,128); }

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

background-color css

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

 a { background-color: rgb(205,80,128); }

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

border-color css

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

 span { border-color: rgb(205,80,128); }

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