Html Css Color HEX #CC4B5C Mandy

📋 copy color: '#CC4B5C'

red 204 ◦ green 75 ◦ blue 92

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

Shades of Mandy #CC4B5C

Tints of Mandy #CC4B5C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.22%

 BLUE value IS 92 (36.33% from 255) = 24.8%

R = 54.99%
G = 20.22%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC4B5C (or 0xCC4B5C) is known color: Mandy. HEX triplet: CC, 4B and 5C. RGB value is (204,75,92). Sum of RGB (Red+Green+Blue) = 204+75+92=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 75 (29.69% from 255 or 20.22% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4B5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4B5C is #33B4A3. Grayscale: #737373. Windows color (decimal): -3388580 or 6048716. OLE color: 6048716.

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

Color convert

RGB 204 75 92 -
CMYK 0 0.63 0.55 0.2
HSL 352.09º 0.56% 0.55% -
HSV(B) 352.09º 0.63% 0.8% -
XYZ 29.35 18.64 12.18 -
YUV 115.51 114.74 191.12 -
System Red Green Blue C M Y K H S L
Decimal 204 75 92 0 0.63 0.55 0.2 352.09 0.56 0.55
Hex CC 4B 5C 0 3F 37 14 160 38 37
Octal 314 113 134 0 77 67 24 540 70 67
Binary 11001100 1001011 1011100 0 111111 110111 10100 101100000 111000 110111

Color Harmonies of #CC4B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4B5C

Black with #CC4B5C

Text Example


Text Example

White with #CC4B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4B5C; }

 p { color: rgb(204,75,92); }

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

background-color css

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

 a { background-color: rgb(204,75,92); }

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

border-color css

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

 span { border-color: rgb(204,75,92); }

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