Html Css Color HEX #C3555C Mandy

📋 copy color: '#C3555C'

red 195 ◦ green 85 ◦ blue 92

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

Shades of Mandy #C3555C

Tints of Mandy #C3555C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.85%

 BLUE value IS 92 (36.33% from 255) = 24.73%

R = 52.42%
G = 22.85%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C3555C (or 0xC3555C) is known color: Mandy. HEX triplet: C3, 55 and 5C. RGB value is (195,85,92). Sum of RGB (Red+Green+Blue) = 195+85+92=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 85 (33.59% from 255 or 22.85% from 372); Blue value is 92 (36.33% from 255 or 24.73% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C3555C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3555C is #3CAAA3. Grayscale: #767676. Windows color (decimal): -3975844 or 6051267. OLE color: 6051267.

HSL color Cylindrical-coordinate representation of color #C3555C: hue angle of 356.18º 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 #C3555C is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 85 92 -
CMYK 0 0.56 0.53 0.24
HSL 356.18º 0.48% 0.55% -
HSV(B) 356.18º 0.56% 0.76% -
XYZ 27.69 18.87 12.31 -
YUV 118.69 112.94 182.43 -
System Red Green Blue C M Y K H S L
Decimal 195 85 92 0 0.56 0.53 0.24 356.18 0.48 0.55
Hex C3 55 5C 0 38 35 18 164 30 37
Octal 303 125 134 0 70 65 30 544 60 67
Binary 11000011 1010101 1011100 0 111000 110101 11000 101100100 110000 110111

Color Harmonies of #C3555C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3555C

Black with #C3555C

Text Example


Text Example

White with #C3555C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3555C; }

 p { color: rgb(195,85,92); }

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

background-color css

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

 a { background-color: rgb(195,85,92); }

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

border-color css

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

 span { border-color: rgb(195,85,92); }

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