Html Css Color HEX #C3565A Mandy

📋 copy color: '#C3565A'

red 195 ◦ green 86 ◦ blue 90

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

Shades of Mandy #C3565A

Tints of Mandy #C3565A

RGB

 RED value IS 195 (76.56% from 255) = 52.56%

 GREEN value IS 86 (33.98% from 255) = 23.18%

 BLUE value IS 90 (35.55% from 255) = 24.26%

R = 52.56%
G = 23.18%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C3565A (or 0xC3565A) is known color: Mandy. HEX triplet: C3, 56 and 5A. RGB value is (195,86,90). Sum of RGB (Red+Green+Blue) = 195+86+90=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C3565A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3565A is #3CA9A5. Grayscale: #777777. Windows color (decimal): -3975590 or 5920451. OLE color: 5920451.

HSL color Cylindrical-coordinate representation of color #C3565A: hue angle of 357.8º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C3565A is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 86 90 -
CMYK 0 0.56 0.54 0.24
HSL 357.8º 0.48% 0.55% -
HSV(B) 357.8º 0.56% 0.76% -
XYZ 27.68 19 11.88 -
YUV 119.05 111.61 182.17 -
System Red Green Blue C M Y K H S L
Decimal 195 86 90 0 0.56 0.54 0.24 357.8 0.48 0.55
Hex C3 56 5A 0 38 36 18 166 30 37
Octal 303 126 132 0 70 66 30 546 60 67
Binary 11000011 1010110 1011010 0 111000 110110 11000 101100110 110000 110111

Color Harmonies of #C3565A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3565A

Black with #C3565A

Text Example


Text Example

White with #C3565A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3565A; }

 p { color: rgb(195,86,90); }

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

background-color css

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

 a { background-color: rgb(195,86,90); }

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

border-color css

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

 span { border-color: rgb(195,86,90); }

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