Html Css Color HEX #CC4254 Mandy

📋 copy color: '#CC4254'

red 204 ◦ green 66 ◦ blue 84

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

Shades of Mandy #CC4254

Tints of Mandy #CC4254

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.64%

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

R = 57.63%
G = 18.64%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.59

 K value IS 0.2

RGB Variations

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

Color information

#CC4254 (or 0xCC4254) is known color: Mandy. HEX triplet: CC, 42 and 54. RGB value is (204,66,84). Sum of RGB (Red+Green+Blue) = 204+66+84=354 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.63% from 354); Green value is 66 (26.17% from 255 or 18.64% from 354); Blue value is 84 (33.20% from 255 or 23.73% from 354); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4254 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4254 is #33BDAB. Grayscale: #6D6D6D. Windows color (decimal): -3390892 or 5522124. OLE color: 5522124.

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

Color convert

RGB 204 66 84 -
CMYK 0 0.68 0.59 0.2
HSL 352.17º 0.58% 0.53% -
HSV(B) 352.17º 0.68% 0.8% -
XYZ 28.45 17.37 10.24 -
YUV 109.31 113.72 195.54 -
System Red Green Blue C M Y K H S L
Decimal 204 66 84 0 0.68 0.59 0.2 352.17 0.58 0.53
Hex CC 42 54 0 44 3B 14 160 3A 35
Octal 314 102 124 0 104 73 24 540 72 65
Binary 11001100 1000010 1010100 0 1000100 111011 10100 101100000 111010 110101

Color Harmonies of #CC4254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4254

Black with #CC4254

Text Example


Text Example

White with #CC4254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4254; }

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

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

background-color css

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

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

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

border-color css

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

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

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