Html Css Color HEX #CC537D Cranberry

📋 copy color: '#CC537D'

red 204 ◦ green 83 ◦ blue 125

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

Shades of Cranberry #CC537D

Tints of Cranberry #CC537D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.34%

R = 49.51%
G = 20.15%
B = 30.34%

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

#CC537D (or 0xCC537D) is known color: Cranberry. HEX triplet: CC, 53 and 7D. RGB value is (204,83,125). Sum of RGB (Red+Green+Blue) = 204+83+125=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 83 (32.81% from 255 or 20.15% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC537D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC537D is #33AC82. Grayscale: #7B7B7B. Windows color (decimal): -3386499 or 8213452. OLE color: 8213452.

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

Color convert

RGB 204 83 125 -
CMYK 0 0.59 0.39 0.2
HSL 339.17º 0.54% 0.56% -
HSV(B) 339.17º 0.59% 0.8% -
XYZ 31.7 20.5 21.69 -
YUV 123.97 128.59 185.08 -
System Red Green Blue C M Y K H S L
Decimal 204 83 125 0 0.59 0.39 0.2 339.17 0.54 0.56
Hex CC 53 7D 0 3B 27 14 153 36 38
Octal 314 123 175 0 73 47 24 523 66 70
Binary 11001100 1010011 1111101 0 111011 100111 10100 101010011 110110 111000

Color Harmonies of #CC537D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC537D

Black with #CC537D

Text Example


Text Example

White with #CC537D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC537D; }

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

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

background-color css

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

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

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

border-color css

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

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

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