Html Css Color HEX #CD4349 Mandy

📋 copy color: '#CD4349'

red 205 ◦ green 67 ◦ blue 73

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

Shades of Mandy #CD4349

Tints of Mandy #CD4349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 21.16%

R = 59.42%
G = 19.42%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CD4349 (or 0xCD4349) is known color: Mandy. HEX triplet: CD, 43 and 49. RGB value is (205,67,73). Sum of RGB (Red+Green+Blue) = 205+67+73=345 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.42% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4349 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD4349 is #32BCB6. Grayscale: #6D6D6D. Windows color (decimal): -3325111 or 4801485. OLE color: 4801485.

HSL color Cylindrical-coordinate representation of color #CD4349: hue angle of 357.39º degrees, saturation: 0.58, 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 #CD4349 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 67 73 -
CMYK 0 0.67 0.64 0.20
HSL 357.39º 0.58% 0.53% -
HSV(B) 357.39º 0.67% 0.8% -
XYZ 28.39 17.47 8.18 -
YUV 108.95 107.72 196.51 -
System Red Green Blue C M Y K H S L
Decimal 205 67 73 0 0.67 0.64 0.20 357.39 0.58 0.53
Hex CD 43 49 0 43 40 14 165 3A 35
Octal 315 103 111 0 103 100 24 545 72 65
Binary 11001101 1000011 1001001 0 1000011 1000000 10100 101100101 111010 110101

Color Harmonies of #CD4349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4349

Black with #CD4349

Text Example


Text Example

White with #CD4349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4349; }

 p { color: rgb(205,67,73); }

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

background-color css

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

 a { background-color: rgb(205,67,73); }

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

border-color css

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

 span { border-color: rgb(205,67,73); }

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