Html Css Color HEX #CD477D Cranberry

📋 copy color: '#CD477D'

red 205 ◦ green 71 ◦ blue 125

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

Shades of Cranberry #CD477D

Tints of Cranberry #CD477D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.17%

R = 51.12%
G = 17.71%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CD477D (or 0xCD477D) is known color: Cranberry. HEX triplet: CD, 47 and 7D. RGB value is (205,71,125). Sum of RGB (Red+Green+Blue) = 205+71+125=401 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.12% from 401); Green value is 71 (28.12% from 255 or 17.71% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 205 - color contains mainly: red. Hex color #CD477D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD477D is #32B882. Grayscale: #757575. Windows color (decimal): -3324035 or 8210381. OLE color: 8210381.

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

Color convert

RGB 205 71 125 -
CMYK 0 0.65 0.39 0.20
HSL 335.82º 0.57% 0.54% -
HSV(B) 335.82º 0.65% 0.8% -
XYZ 31.13 18.97 21.42 -
YUV 117.22 132.39 190.61 -
System Red Green Blue C M Y K H S L
Decimal 205 71 125 0 0.65 0.39 0.20 335.82 0.57 0.54
Hex CD 47 7D 0 41 27 14 150 39 36
Octal 315 107 175 0 101 47 24 520 71 66
Binary 11001101 1000111 1111101 0 1000001 100111 10100 101010000 111001 110110

Color Harmonies of #CD477D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD477D

Black with #CD477D

Text Example


Text Example

White with #CD477D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD477D; }

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

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

background-color css

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

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

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

border-color css

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

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

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