Html Css Color HEX #CD487C Cranberry

📋 copy color: '#CD487C'

red 205 ◦ green 72 ◦ blue 124

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

Shades of Cranberry #CD487C

Tints of Cranberry #CD487C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.96%

 BLUE value IS 124 (48.83% from 255) = 30.92%

R = 51.12%
G = 17.96%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CD487C (or 0xCD487C) is known color: Cranberry. HEX triplet: CD, 48 and 7C. RGB value is (205,72,124). Sum of RGB (Red+Green+Blue) = 205+72+124=401 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.12% from 401); Green value is 72 (28.52% from 255 or 17.96% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 205 - color contains mainly: red. Hex color #CD487C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD487C is #32B783. Grayscale: #757575. Windows color (decimal): -3323780 or 8145101. OLE color: 8145101.

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

Color convert

RGB 205 72 124 -
CMYK 0 0.65 0.40 0.20
HSL 336.54º 0.57% 0.54% -
HSV(B) 336.54º 0.65% 0.8% -
XYZ 31.13 19.07 21.11 -
YUV 117.7 131.56 190.27 -
System Red Green Blue C M Y K H S L
Decimal 205 72 124 0 0.65 0.40 0.20 336.54 0.57 0.54
Hex CD 48 7C 0 41 28 14 151 39 36
Octal 315 110 174 0 101 50 24 521 71 66
Binary 11001101 1001000 1111100 0 1000001 101000 10100 101010001 111001 110110

Color Harmonies of #CD487C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD487C

Black with #CD487C

Text Example


Text Example

White with #CD487C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD487C; }

 p { color: rgb(205,72,124); }

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

background-color css

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

 a { background-color: rgb(205,72,124); }

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

border-color css

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

 span { border-color: rgb(205,72,124); }

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