Html Css Color HEX #CC4354 Mandy

📋 copy color: '#CC4354'

red 204 ◦ green 67 ◦ blue 84

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

Shades of Mandy #CC4354

Tints of Mandy #CC4354

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.87%

 BLUE value IS 84 (33.2% from 255) = 23.66%

R = 57.46%
G = 18.87%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.59

 K value IS 0.2

RGB Variations

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

Color information

#CC4354 (or 0xCC4354) is known color: Mandy. HEX triplet: CC, 43 and 54. RGB value is (204,67,84). Sum of RGB (Red+Green+Blue) = 204+67+84=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 67 (26.56% from 255 or 18.87% from 355); Blue value is 84 (33.20% from 255 or 23.66% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4354 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4354 is #33BCAB. Grayscale: #6D6D6D. Windows color (decimal): -3390636 or 5522380. OLE color: 5522380.

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

Color convert

RGB 204 67 84 -
CMYK 0 0.67 0.59 0.2
HSL 352.55º 0.57% 0.53% -
HSV(B) 352.55º 0.67% 0.8% -
XYZ 28.51 17.49 10.26 -
YUV 109.9 113.39 195.12 -
System Red Green Blue C M Y K H S L
Decimal 204 67 84 0 0.67 0.59 0.2 352.55 0.57 0.53
Hex CC 43 54 0 43 3B 14 161 39 35
Octal 314 103 124 0 103 73 24 541 71 65
Binary 11001100 1000011 1010100 0 1000011 111011 10100 101100001 111001 110101

Color Harmonies of #CC4354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4354

Black with #CC4354

Text Example


Text Example

White with #CC4354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4354; }

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

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

background-color css

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

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

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

border-color css

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

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

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