Html Css Color HEX #CC4E7E Cranberry

📋 copy color: '#CC4E7E'

red 204 ◦ green 78 ◦ blue 126

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

Shades of Cranberry #CC4E7E

Tints of Cranberry #CC4E7E

RGB

 RED value IS 204 (80.08% from 255) = 50%

 GREEN value IS 78 (30.86% from 255) = 19.12%

 BLUE value IS 126 (49.61% from 255) = 30.88%

R = 50%
G = 19.12%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CC4E7E (or 0xCC4E7E) is known color: Cranberry. HEX triplet: CC, 4E and 7E. RGB value is (204,78,126). Sum of RGB (Red+Green+Blue) = 204+78+126=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 78 (30.86% from 255 or 19.12% from 408); Blue value is 126 (49.61% from 255 or 30.88% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC4E7E is #33B181. Grayscale: #797979. Windows color (decimal): -3387778 or 8277708. OLE color: 8277708.

HSL color Cylindrical-coordinate representation of color #CC4E7E: hue angle of 337.14º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC4E7E is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 78 126 -
CMYK 0 0.62 0.38 0.2
HSL 337.14º 0.55% 0.55% -
HSV(B) 337.14º 0.62% 0.8% -
XYZ 31.39 19.79 21.9 -
YUV 121.15 130.74 187.1 -
System Red Green Blue C M Y K H S L
Decimal 204 78 126 0 0.62 0.38 0.2 337.14 0.55 0.55
Hex CC 4E 7E 0 3E 26 14 151 37 37
Octal 314 116 176 0 76 46 24 521 67 67
Binary 11001100 1001110 1111110 0 111110 100110 10100 101010001 110111 110111

Color Harmonies of #CC4E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4E7E

Black with #CC4E7E

Text Example


Text Example

White with #CC4E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4E7E; }

 p { color: rgb(204,78,126); }

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

background-color css

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

 a { background-color: rgb(204,78,126); }

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

border-color css

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

 span { border-color: rgb(204,78,126); }

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