Html Css Color HEX #CC537C Cranberry

📋 copy color: '#CC537C'

red 204 ◦ green 83 ◦ blue 124

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

Shades of Cranberry #CC537C

Tints of Cranberry #CC537C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.19%

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

R = 49.64%
G = 20.19%
B = 30.17%

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

#CC537C (or 0xCC537C) is known color: Cranberry. HEX triplet: CC, 53 and 7C. RGB value is (204,83,124). Sum of RGB (Red+Green+Blue) = 204+83+124=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 83 (32.81% from 255 or 20.19% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC537C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC537C is #33AC83. Grayscale: #7B7B7B. Windows color (decimal): -3386500 or 8147916. OLE color: 8147916.

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

Color convert

RGB 204 83 124 -
CMYK 0 0.59 0.39 0.2
HSL 339.67º 0.54% 0.56% -
HSV(B) 339.67º 0.59% 0.8% -
XYZ 31.63 20.48 21.35 -
YUV 123.85 128.09 185.17 -
System Red Green Blue C M Y K H S L
Decimal 204 83 124 0 0.59 0.39 0.2 339.67 0.54 0.56
Hex CC 53 7C 0 3B 27 14 154 36 38
Octal 314 123 174 0 73 47 24 524 66 70
Binary 11001100 1010011 1111100 0 111011 100111 10100 101010100 110110 111000

Color Harmonies of #CC537C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC537C

Black with #CC537C

Text Example


Text Example

White with #CC537C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC537C; }

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

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

background-color css

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

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

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

border-color css

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

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

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