Html Css Color HEX #CD464C Mandy

📋 copy color: '#CD464C'

red 205 ◦ green 70 ◦ blue 76

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

Shades of Mandy #CD464C

Tints of Mandy #CD464C

RGB

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

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

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

R = 58.4%
G = 19.94%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CD464C (or 0xCD464C) is known color: Mandy. HEX triplet: CD, 46 and 4C. RGB value is (205,70,76). Sum of RGB (Red+Green+Blue) = 205+70+76=351 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.40% from 351); Green value is 70 (27.73% from 255 or 19.94% from 351); Blue value is 76 (30.08% from 255 or 21.65% from 351); Max value from RGB is 205 - color contains mainly: red. Hex color #CD464C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD464C is #32B9B3. Grayscale: #6F6F6F. Windows color (decimal): -3324340 or 4998861. OLE color: 4998861.

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

Color convert

RGB 205 70 76 -
CMYK 0 0.66 0.63 0.20
HSL 357.33º 0.57% 0.54% -
HSV(B) 357.33º 0.66% 0.8% -
XYZ 28.67 17.88 8.78 -
YUV 111.05 108.23 195.01 -
System Red Green Blue C M Y K H S L
Decimal 205 70 76 0 0.66 0.63 0.20 357.33 0.57 0.54
Hex CD 46 4C 0 42 3F 14 165 39 36
Octal 315 106 114 0 102 77 24 545 71 66
Binary 11001101 1000110 1001100 0 1000010 111111 10100 101100101 111001 110110

Color Harmonies of #CD464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD464C

Black with #CD464C

Text Example


Text Example

White with #CD464C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD464C; }

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

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

background-color css

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

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

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

border-color css

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

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

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