Html Css Color HEX #CD477A Cranberry

📋 copy color: '#CD477A'

red 205 ◦ green 71 ◦ blue 122

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

Shades of Cranberry #CD477A

Tints of Cranberry #CD477A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.84%

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

R = 51.51%
G = 17.84%
B = 30.65%

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

#CD477A (or 0xCD477A) is known color: Cranberry. HEX triplet: CD, 47 and 7A. RGB value is (205,71,122). Sum of RGB (Red+Green+Blue) = 205+71+122=398 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.51% from 398); Green value is 71 (28.12% from 255 or 17.84% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 205 - color contains mainly: red. Hex color #CD477A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD477A is #32B885. Grayscale: #747474. Windows color (decimal): -3324038 or 8013773. OLE color: 8013773.

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

Color convert

RGB 205 71 122 -
CMYK 0 0.65 0.40 0.20
HSL 337.16º 0.57% 0.54% -
HSV(B) 337.16º 0.65% 0.8% -
XYZ 30.94 18.89 20.43 -
YUV 116.88 130.89 190.85 -
System Red Green Blue C M Y K H S L
Decimal 205 71 122 0 0.65 0.40 0.20 337.16 0.57 0.54
Hex CD 47 7A 0 41 28 14 151 39 36
Octal 315 107 172 0 101 50 24 521 71 66
Binary 11001101 1000111 1111010 0 1000001 101000 10100 101010001 111001 110110

Color Harmonies of #CD477A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD477A

Black with #CD477A

Text Example


Text Example

White with #CD477A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD477A; }

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

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

background-color css

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

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

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

border-color css

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

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

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