Html Css Color HEX #CD557A Cranberry

📋 copy color: '#CD557A'

red 205 ◦ green 85 ◦ blue 122

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

Shades of Cranberry #CD557A

Tints of Cranberry #CD557A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.61%

R = 49.76%
G = 20.63%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CD557A (or 0xCD557A) is known color: Cranberry. HEX triplet: CD, 55 and 7A. RGB value is (205,85,122). Sum of RGB (Red+Green+Blue) = 205+85+122=412 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.76% from 412); Green value is 85 (33.59% from 255 or 20.63% from 412); Blue value is 122 (48.05% from 255 or 29.61% from 412); Max value from RGB is 205 - color contains mainly: red. Hex color #CD557A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD557A is #32AA85. Grayscale: #7D7D7D. Windows color (decimal): -3320454 or 8017357. OLE color: 8017357.

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

Color convert

RGB 205 85 122 -
CMYK 0 0.59 0.40 0.20
HSL 341.5º 0.55% 0.57% -
HSV(B) 341.5º 0.59% 0.8% -
XYZ 31.94 20.88 20.76 -
YUV 125.1 126.26 184.99 -
System Red Green Blue C M Y K H S L
Decimal 205 85 122 0 0.59 0.40 0.20 341.5 0.55 0.57
Hex CD 55 7A 0 3B 28 14 156 37 39
Octal 315 125 172 0 73 50 24 526 67 71
Binary 11001101 1010101 1111010 0 111011 101000 10100 101010110 110111 111001

Color Harmonies of #CD557A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD557A

Black with #CD557A

Text Example


Text Example

White with #CD557A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD557A; }

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

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

background-color css

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

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

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

border-color css

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

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

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