Html Css Color HEX #CC414B Mandy

📋 copy color: '#CC414B'

red 204 ◦ green 65 ◦ blue 75

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

Shades of Mandy #CC414B

Tints of Mandy #CC414B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.9%

 BLUE value IS 75 (29.69% from 255) = 21.8%

R = 59.3%
G = 18.9%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC414B (or 0xCC414B) is known color: Mandy. HEX triplet: CC, 41 and 4B. RGB value is (204,65,75). Sum of RGB (Red+Green+Blue) = 204+65+75=344 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.30% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 204 - color contains mainly: red. Hex color #CC414B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC414B is #33BEB4. Grayscale: #6B6B6B. Windows color (decimal): -3391157 or 4932044. OLE color: 4932044.

HSL color Cylindrical-coordinate representation of color #CC414B: hue angle of 355.68º degrees, saturation: 0.58, 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 #CC414B is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 65 75 -
CMYK 0 0.68 0.63 0.2
HSL 355.68º 0.58% 0.53% -
HSV(B) 355.68º 0.68% 0.8% -
XYZ 28.06 17.13 8.48 -
YUV 107.7 109.55 196.69 -
System Red Green Blue C M Y K H S L
Decimal 204 65 75 0 0.68 0.63 0.2 355.68 0.58 0.53
Hex CC 41 4B 0 44 3F 14 164 3A 35
Octal 314 101 113 0 104 77 24 544 72 65
Binary 11001100 1000001 1001011 0 1000100 111111 10100 101100100 111010 110101

Color Harmonies of #CC414B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC414B

Black with #CC414B

Text Example


Text Example

White with #CC414B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC414B; }

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

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

background-color css

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

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

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

border-color css

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

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

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