Html Css Color HEX #CD444C Mandy

📋 copy color: '#CD444C'

red 205 ◦ green 68 ◦ blue 76

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

Shades of Mandy #CD444C

Tints of Mandy #CD444C

RGB

 RED value IS 205 (80.47% from 255) = 58.74%

 GREEN value IS 68 (26.95% from 255) = 19.48%

 BLUE value IS 76 (30.08% from 255) = 21.78%

R = 58.74%
G = 19.48%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CD444C (or 0xCD444C) is known color: Mandy. HEX triplet: CD, 44 and 4C. RGB value is (205,68,76). Sum of RGB (Red+Green+Blue) = 205+68+76=349 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.74% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 205 - color contains mainly: red. Hex color #CD444C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD444C is #32BBB3. Grayscale: #6D6D6D. Windows color (decimal): -3324852 or 4998349. OLE color: 4998349.

HSL color Cylindrical-coordinate representation of color #CD444C: hue angle of 356.5º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CD444C is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 68 76 -
CMYK 0 0.67 0.63 0.20
HSL 356.5º 0.58% 0.54% -
HSV(B) 356.5º 0.67% 0.8% -
XYZ 28.55 17.64 8.74 -
YUV 109.88 108.89 195.85 -
System Red Green Blue C M Y K H S L
Decimal 205 68 76 0 0.67 0.63 0.20 356.5 0.58 0.54
Hex CD 44 4C 0 43 3F 14 164 3A 36
Octal 315 104 114 0 103 77 24 544 72 66
Binary 11001101 1000100 1001100 0 1000011 111111 10100 101100100 111010 110110

Color Harmonies of #CD444C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD444C

Black with #CD444C

Text Example


Text Example

White with #CD444C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD444C; }

 p { color: rgb(205,68,76); }

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

background-color css

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

 a { background-color: rgb(205,68,76); }

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

border-color css

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

 span { border-color: rgb(205,68,76); }

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