Html Css Color HEX #CD4978 Cranberry

📋 copy color: '#CD4978'

red 205 ◦ green 73 ◦ blue 120

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

Shades of Cranberry #CD4978

Tints of Cranberry #CD4978

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.34%

 BLUE value IS 120 (47.27% from 255) = 30.15%

R = 51.51%
G = 18.34%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CD4978 (or 0xCD4978) is known color: Cranberry. HEX triplet: CD, 49 and 78. RGB value is (205,73,120). Sum of RGB (Red+Green+Blue) = 205+73+120=398 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.51% from 398); Green value is 73 (28.91% from 255 or 18.34% from 398); Blue value is 120 (47.27% from 255 or 30.15% from 398); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4978 is #32B687. Grayscale: #757575. Windows color (decimal): -3323528 or 7883213. OLE color: 7883213.

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

Color convert

RGB 205 73 120 -
CMYK 0 0.64 0.41 0.20
HSL 338.64º 0.57% 0.55% -
HSV(B) 338.64º 0.64% 0.8% -
XYZ 30.95 19.1 19.82 -
YUV 117.83 129.23 190.18 -
System Red Green Blue C M Y K H S L
Decimal 205 73 120 0 0.64 0.41 0.20 338.64 0.57 0.55
Hex CD 49 78 0 40 29 14 153 39 37
Octal 315 111 170 0 100 51 24 523 71 67
Binary 11001101 1001001 1111000 0 1000000 101001 10100 101010011 111001 110111

Color Harmonies of #CD4978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4978

Black with #CD4978

Text Example


Text Example

White with #CD4978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4978; }

 p { color: rgb(205,73,120); }

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

background-color css

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

 a { background-color: rgb(205,73,120); }

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

border-color css

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

 span { border-color: rgb(205,73,120); }

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