Html Css Color HEX #CC547C Cranberry

📋 copy color: '#CC547C'

red 204 ◦ green 84 ◦ blue 124

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

Shades of Cranberry #CC547C

Tints of Cranberry #CC547C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.39%

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

R = 49.51%
G = 20.39%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#CC547C (or 0xCC547C) is known color: Cranberry. HEX triplet: CC, 54 and 7C. RGB value is (204,84,124). Sum of RGB (Red+Green+Blue) = 204+84+124=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 84 (33.20% from 255 or 20.39% from 412); Blue value is 124 (48.83% from 255 or 30.10% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC547C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC547C is #33AB83. Grayscale: #7C7C7C. Windows color (decimal): -3386244 or 8148172. OLE color: 8148172.

HSL color Cylindrical-coordinate representation of color #CC547C: hue angle of 340º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC547C is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 84 124 -
CMYK 0 0.59 0.39 0.2
HSL 340º 0.54% 0.56% -
HSV(B) 340º 0.59% 0.8% -
XYZ 31.71 20.63 21.38 -
YUV 124.44 127.76 184.75 -
System Red Green Blue C M Y K H S L
Decimal 204 84 124 0 0.59 0.39 0.2 340 0.54 0.56
Hex CC 54 7C 0 3B 27 14 154 36 38
Octal 314 124 174 0 73 47 24 524 66 70
Binary 11001100 1010100 1111100 0 111011 100111 10100 101010100 110110 111000

Color Harmonies of #CC547C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC547C

Black with #CC547C

Text Example


Text Example

White with #CC547C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC547C; }

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

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

background-color css

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

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

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

border-color css

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

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

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