Html Css Color HEX #CD557D Cranberry

📋 copy color: '#CD557D'

red 205 ◦ green 85 ◦ blue 125

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

Shades of Cranberry #CD557D

Tints of Cranberry #CD557D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.48%

 BLUE value IS 125 (49.22% from 255) = 30.12%

R = 49.4%
G = 20.48%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CD557D (or 0xCD557D) is known color: Cranberry. HEX triplet: CD, 55 and 7D. RGB value is (205,85,125). Sum of RGB (Red+Green+Blue) = 205+85+125=415 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.40% from 415); Green value is 85 (33.59% from 255 or 20.48% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 205 - color contains mainly: red. Hex color #CD557D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD557D is #32AA82. Grayscale: #7D7D7D. Windows color (decimal): -3320451 or 8213965. OLE color: 8213965.

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

Color convert

RGB 205 85 125 -
CMYK 0 0.59 0.39 0.20
HSL 340º 0.55% 0.57% -
HSV(B) 340º 0.59% 0.8% -
XYZ 32.13 20.96 21.75 -
YUV 125.44 127.76 184.75 -
System Red Green Blue C M Y K H S L
Decimal 205 85 125 0 0.59 0.39 0.20 340 0.55 0.57
Hex CD 55 7D 0 3B 27 14 154 37 39
Octal 315 125 175 0 73 47 24 524 67 71
Binary 11001101 1010101 1111101 0 111011 100111 10100 101010100 110111 111001

Color Harmonies of #CD557D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD557D

Black with #CD557D

Text Example


Text Example

White with #CD557D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD557D; }

 p { color: rgb(205,85,125); }

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

background-color css

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

 a { background-color: rgb(205,85,125); }

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

border-color css

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

 span { border-color: rgb(205,85,125); }

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