Html Css Color HEX #CC464A Mandy

📋 copy color: '#CC464A'

red 204 ◦ green 70 ◦ blue 74

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

Shades of Mandy #CC464A

Tints of Mandy #CC464A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.11%

 BLUE value IS 74 (29.3% from 255) = 21.26%

R = 58.62%
G = 20.11%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC464A (or 0xCC464A) is known color: Mandy. HEX triplet: CC, 46 and 4A. RGB value is (204,70,74). Sum of RGB (Red+Green+Blue) = 204+70+74=348 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.62% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 74 (29.30% from 255 or 21.26% from 348); Max value from RGB is 204 - color contains mainly: red. Hex color #CC464A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC464A is #33B9B5. Grayscale: #6E6E6E. Windows color (decimal): -3389878 or 4867788. OLE color: 4867788.

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

Color convert

RGB 204 70 74 -
CMYK 0 0.66 0.64 0.2
HSL 358.21º 0.57% 0.54% -
HSV(B) 358.21º 0.66% 0.8% -
XYZ 28.33 17.71 8.4 -
YUV 110.52 107.39 194.67 -
System Red Green Blue C M Y K H S L
Decimal 204 70 74 0 0.66 0.64 0.2 358.21 0.57 0.54
Hex CC 46 4A 0 42 40 14 166 39 36
Octal 314 106 112 0 102 100 24 546 71 66
Binary 11001100 1000110 1001010 0 1000010 1000000 10100 101100110 111001 110110

Color Harmonies of #CC464A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC464A

Black with #CC464A

Text Example


Text Example

White with #CC464A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC464A; }

 p { color: rgb(204,70,74); }

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

background-color css

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

 a { background-color: rgb(204,70,74); }

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

border-color css

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

 span { border-color: rgb(204,70,74); }

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