Html Css Color HEX #CD4677 Cranberry

📋 copy color: '#CD4677'

red 205 ◦ green 70 ◦ blue 119

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

Shades of Cranberry #CD4677

Tints of Cranberry #CD4677

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.77%

 BLUE value IS 119 (46.88% from 255) = 30.2%

R = 52.03%
G = 17.77%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CD4677 (or 0xCD4677) is known color: Cranberry. HEX triplet: CD, 46 and 77. RGB value is (205,70,119). Sum of RGB (Red+Green+Blue) = 205+70+119=394 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.03% from 394); Green value is 70 (27.73% from 255 or 17.77% from 394); Blue value is 119 (46.88% from 255 or 30.20% from 394); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4677 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4677 is #32B988. Grayscale: #737373. Windows color (decimal): -3324297 or 7816909. OLE color: 7816909.

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

Color convert

RGB 205 70 119 -
CMYK 0 0.66 0.42 0.20
HSL 338.22º 0.57% 0.54% -
HSV(B) 338.22º 0.66% 0.8% -
XYZ 30.7 18.69 19.44 -
YUV 115.95 129.73 191.52 -
System Red Green Blue C M Y K H S L
Decimal 205 70 119 0 0.66 0.42 0.20 338.22 0.57 0.54
Hex CD 46 77 0 42 2A 14 152 39 36
Octal 315 106 167 0 102 52 24 522 71 66
Binary 11001101 1000110 1110111 0 1000010 101010 10100 101010010 111001 110110

Color Harmonies of #CD4677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4677

Black with #CD4677

Text Example


Text Example

White with #CD4677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4677; }

 p { color: rgb(205,70,119); }

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

background-color css

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

 a { background-color: rgb(205,70,119); }

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

border-color css

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

 span { border-color: rgb(205,70,119); }

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