Html Css Color HEX #C2555B Mandy

📋 copy color: '#C2555B'

red 194 ◦ green 85 ◦ blue 91

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

Shades of Mandy #C2555B

Tints of Mandy #C2555B

RGB

 RED value IS 194 (76.17% from 255) = 52.43%

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

 BLUE value IS 91 (35.94% from 255) = 24.59%

R = 52.43%
G = 22.97%
B = 24.59%

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

#C2555B (or 0xC2555B) is known color: Mandy. HEX triplet: C2, 55 and 5B. RGB value is (194,85,91). Sum of RGB (Red+Green+Blue) = 194+85+91=370 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.43% from 370); Green value is 85 (33.59% from 255 or 22.97% from 370); Blue value is 91 (35.94% from 255 or 24.59% from 370); Max value from RGB is 194 - color contains mainly: red. Hex color #C2555B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2555B is #3DAAA4. Grayscale: #767676. Windows color (decimal): -4041381 or 5985730. OLE color: 5985730.

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

Color convert

RGB 194 85 91 -
CMYK 0 0.56 0.53 0.24
HSL 356.7º 0.47% 0.55% -
HSV(B) 356.7º 0.56% 0.76% -
XYZ 27.38 18.72 12.07 -
YUV 118.28 112.61 182.01 -
System Red Green Blue C M Y K H S L
Decimal 194 85 91 0 0.56 0.53 0.24 356.7 0.47 0.55
Hex C2 55 5B 0 38 35 18 165 2F 37
Octal 302 125 133 0 70 65 30 545 57 67
Binary 11000010 1010101 1011011 0 111000 110101 11000 101100101 101111 110111

Color Harmonies of #C2555B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2555B

Black with #C2555B

Text Example


Text Example

White with #C2555B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2555B; }

 p { color: rgb(194,85,91); }

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

background-color css

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

 a { background-color: rgb(194,85,91); }

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

border-color css

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

 span { border-color: rgb(194,85,91); }

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