Html Css Color HEX #CD4353 Mandy

📋 copy color: '#CD4353'

red 205 ◦ green 67 ◦ blue 83

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

Shades of Mandy #CD4353

Tints of Mandy #CD4353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.38%

R = 57.75%
G = 18.87%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.60

 K value IS 0.20

RGB Variations

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

Color information

#CD4353 (or 0xCD4353) is known color: Mandy. HEX triplet: CD, 43 and 53. RGB value is (205,67,83). Sum of RGB (Red+Green+Blue) = 205+67+83=355 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.75% from 355); Green value is 67 (26.56% from 255 or 18.87% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4353 is #32BCAC. Grayscale: #6E6E6E. Windows color (decimal): -3325101 or 5456845. OLE color: 5456845.

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

Color convert

RGB 205 67 83 -
CMYK 0 0.67 0.60 0.20
HSL 353.04º 0.58% 0.53% -
HSV(B) 353.04º 0.67% 0.8% -
XYZ 28.75 17.62 10.07 -
YUV 110.09 112.72 195.7 -
System Red Green Blue C M Y K H S L
Decimal 205 67 83 0 0.67 0.60 0.20 353.04 0.58 0.53
Hex CD 43 53 0 43 3C 14 161 3A 35
Octal 315 103 123 0 103 74 24 541 72 65
Binary 11001101 1000011 1010011 0 1000011 111100 10100 101100001 111010 110101

Color Harmonies of #CD4353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4353

Black with #CD4353

Text Example


Text Example

White with #CD4353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4353; }

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

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

background-color css

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

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

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

border-color css

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

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

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