Html Css Color HEX #C35F66 Mandy

📋 copy color: '#C35F66'

red 195 ◦ green 95 ◦ blue 102

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

Shades of Mandy #C35F66

Tints of Mandy #C35F66

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.23%

 BLUE value IS 102 (40.23% from 255) = 26.02%

R = 49.74%
G = 24.23%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C35F66 (or 0xC35F66) is known color: Mandy. HEX triplet: C3, 5F and 66. RGB value is (195,95,102). Sum of RGB (Red+Green+Blue) = 195+95+102=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 95 (37.5% from 255 or 24.23% from 392); Blue value is 102 (40.23% from 255 or 26.02% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C35F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35F66 is #3CA099. Grayscale: #7D7D7D. Windows color (decimal): -3973274 or 6709187. OLE color: 6709187.

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

Color convert

RGB 195 95 102 -
CMYK 0 0.51 0.48 0.24
HSL 355.8º 0.45% 0.57% -
HSV(B) 355.8º 0.51% 0.76% -
XYZ 29 20.75 15.05 -
YUV 125.7 114.63 177.43 -
System Red Green Blue C M Y K H S L
Decimal 195 95 102 0 0.51 0.48 0.24 355.8 0.45 0.57
Hex C3 5F 66 0 33 30 18 164 2D 39
Octal 303 137 146 0 63 60 30 544 55 71
Binary 11000011 1011111 1100110 0 110011 110000 11000 101100100 101101 111001

Color Harmonies of #C35F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35F66

Black with #C35F66

Text Example


Text Example

White with #C35F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35F66; }

 p { color: rgb(195,95,102); }

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

background-color css

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

 a { background-color: rgb(195,95,102); }

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

border-color css

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

 span { border-color: rgb(195,95,102); }

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