Html Css Color HEX #CD557B Cranberry

📋 copy color: '#CD557B'

red 205 ◦ green 85 ◦ blue 123

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

Shades of Cranberry #CD557B

Tints of Cranberry #CD557B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.78%

R = 49.64%
G = 20.58%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.4

 K value IS 0.20

RGB Variations

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

Color information

#CD557B (or 0xCD557B) is known color: Cranberry. HEX triplet: CD, 55 and 7B. RGB value is (205,85,123). Sum of RGB (Red+Green+Blue) = 205+85+123=413 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.64% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 123 (48.44% from 255 or 29.78% from 413); Max value from RGB is 205 - color contains mainly: red. Hex color #CD557B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD557B is #32AA84. Grayscale: #7D7D7D. Windows color (decimal): -3320453 or 8082893. OLE color: 8082893.

HSL color Cylindrical-coordinate representation of color #CD557B: hue angle of 341º 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 #CD557B is Cyan = 0, Magento = 0.59, Yellow = 0.4 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 85 123 -
CMYK 0 0.59 0.4 0.20
HSL 341º 0.55% 0.57% -
HSV(B) 341º 0.59% 0.8% -
XYZ 32 20.91 21.09 -
YUV 125.21 126.76 184.91 -
System Red Green Blue C M Y K H S L
Decimal 205 85 123 0 0.59 0.4 0.20 341 0.55 0.57
Hex CD 55 7B 0 3B 28 14 155 37 39
Octal 315 125 173 0 73 50 24 525 67 71
Binary 11001101 1010101 1111011 0 111011 101000 10100 101010101 110111 111001

Color Harmonies of #CD557B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD557B

Black with #CD557B

Text Example


Text Example

White with #CD557B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD557B; }

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

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

background-color css

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

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

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

border-color css

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

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

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