Html Css Color HEX #CC457C Cranberry

📋 copy color: '#CC457C'

red 204 ◦ green 69 ◦ blue 124

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

Shades of Cranberry #CC457C

Tints of Cranberry #CC457C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.38%

 BLUE value IS 124 (48.83% from 255) = 31.23%

R = 51.39%
G = 17.38%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#CC457C (or 0xCC457C) is known color: Cranberry. HEX triplet: CC, 45 and 7C. RGB value is (204,69,124). Sum of RGB (Red+Green+Blue) = 204+69+124=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 69 (27.34% from 255 or 17.38% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC457C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC457C is #33BA83. Grayscale: #737373. Windows color (decimal): -3390084 or 8144332. OLE color: 8144332.

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

Color convert

RGB 204 69 124 -
CMYK 0 0.66 0.39 0.2
HSL 335.56º 0.57% 0.54% -
HSV(B) 335.56º 0.66% 0.8% -
XYZ 30.67 18.55 21.03 -
YUV 115.64 132.73 191.03 -
System Red Green Blue C M Y K H S L
Decimal 204 69 124 0 0.66 0.39 0.2 335.56 0.57 0.54
Hex CC 45 7C 0 42 27 14 150 39 36
Octal 314 105 174 0 102 47 24 520 71 66
Binary 11001100 1000101 1111100 0 1000010 100111 10100 101010000 111001 110110

Color Harmonies of #CC457C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC457C

Black with #CC457C

Text Example


Text Example

White with #CC457C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC457C; }

 p { color: rgb(204,69,124); }

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

background-color css

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

 a { background-color: rgb(204,69,124); }

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

border-color css

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

 span { border-color: rgb(204,69,124); }

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