Html Css Color HEX #CD5E80 Cranberry

📋 copy color: '#CD5E80'

red 205 ◦ green 94 ◦ blue 128

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

Shades of Cranberry #CD5E80

Tints of Cranberry #CD5E80

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.01%

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

R = 48.01%
G = 22.01%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#CD5E80 (or 0xCD5E80) is known color: Cranberry. HEX triplet: CD, 5E and 80. RGB value is (205,94,128). Sum of RGB (Red+Green+Blue) = 205+94+128=427 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.01% from 427); Green value is 94 (37.11% from 255 or 22.01% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5E80 is #32A17F. Grayscale: #838383. Windows color (decimal): -3318144 or 8412877. OLE color: 8412877.

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

Color convert

RGB 205 94 128 -
CMYK 0 0.54 0.38 0.20
HSL 341.62º 0.53% 0.59% -
HSV(B) 341.62º 0.54% 0.8% -
XYZ 33.08 22.54 23.03 -
YUV 131.07 126.27 180.74 -
System Red Green Blue C M Y K H S L
Decimal 205 94 128 0 0.54 0.38 0.20 341.62 0.53 0.59
Hex CD 5E 80 0 36 26 14 156 35 3B
Octal 315 136 200 0 66 46 24 526 65 73
Binary 11001101 1011110 10000000 0 110110 100110 10100 101010110 110101 111011

Color Harmonies of #CD5E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5E80

Black with #CD5E80

Text Example


Text Example

White with #CD5E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5E80; }

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

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

background-color css

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

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

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

border-color css

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

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

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