Html Css Color HEX #CD477B Cranberry

📋 copy color: '#CD477B'

red 205 ◦ green 71 ◦ blue 123

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

Shades of Cranberry #CD477B

Tints of Cranberry #CD477B

RGB

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

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

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

R = 51.38%
G = 17.79%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.4

 K value IS 0.20

RGB Variations

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

Color information

#CD477B (or 0xCD477B) is known color: Cranberry. HEX triplet: CD, 47 and 7B. RGB value is (205,71,123). Sum of RGB (Red+Green+Blue) = 205+71+123=399 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.38% from 399); Green value is 71 (28.12% from 255 or 17.79% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 205 - color contains mainly: red. Hex color #CD477B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD477B is #32B884. Grayscale: #747474. Windows color (decimal): -3324037 or 8079309. OLE color: 8079309.

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

Color convert

RGB 205 71 123 -
CMYK 0 0.65 0.4 0.20
HSL 336.72º 0.57% 0.54% -
HSV(B) 336.72º 0.65% 0.8% -
XYZ 31.01 18.92 20.76 -
YUV 116.99 131.39 190.77 -
System Red Green Blue C M Y K H S L
Decimal 205 71 123 0 0.65 0.4 0.20 336.72 0.57 0.54
Hex CD 47 7B 0 41 28 14 151 39 36
Octal 315 107 173 0 101 50 24 521 71 66
Binary 11001101 1000111 1111011 0 1000001 101000 10100 101010001 111001 110110

Color Harmonies of #CD477B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD477B

Black with #CD477B

Text Example


Text Example

White with #CD477B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD477B; }

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

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

background-color css

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

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

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

border-color css

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

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

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