Html Css Color HEX #CD4A76 Cranberry

📋 copy color: '#CD4A76'

red 205 ◦ green 74 ◦ blue 118

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

Shades of Cranberry #CD4A76

Tints of Cranberry #CD4A76

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.64%

 BLUE value IS 118 (46.48% from 255) = 29.72%

R = 51.64%
G = 18.64%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CD4A76 (or 0xCD4A76) is known color: Cranberry. HEX triplet: CD, 4A and 76. RGB value is (205,74,118). Sum of RGB (Red+Green+Blue) = 205+74+118=397 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.64% from 397); Green value is 74 (29.30% from 255 or 18.64% from 397); Blue value is 118 (46.48% from 255 or 29.72% from 397); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4A76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4A76 is #32B589. Grayscale: #767676. Windows color (decimal): -3323274 or 7752397. OLE color: 7752397.

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

Color convert

RGB 205 74 118 -
CMYK 0 0.64 0.42 0.20
HSL 339.85º 0.57% 0.55% -
HSV(B) 339.85º 0.64% 0.8% -
XYZ 30.9 19.18 19.21 -
YUV 118.19 127.9 189.92 -
System Red Green Blue C M Y K H S L
Decimal 205 74 118 0 0.64 0.42 0.20 339.85 0.57 0.55
Hex CD 4A 76 0 40 2A 14 154 39 37
Octal 315 112 166 0 100 52 24 524 71 67
Binary 11001101 1001010 1110110 0 1000000 101010 10100 101010100 111001 110111

Color Harmonies of #CD4A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4A76

Black with #CD4A76

Text Example


Text Example

White with #CD4A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4A76; }

 p { color: rgb(205,74,118); }

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

background-color css

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

 a { background-color: rgb(205,74,118); }

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

border-color css

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

 span { border-color: rgb(205,74,118); }

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