Html Css Color HEX #C25F67 Mandy

📋 copy color: '#C25F67'

red 194 ◦ green 95 ◦ blue 103

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

Shades of Mandy #C25F67

Tints of Mandy #C25F67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 26.28%

R = 49.49%
G = 24.23%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C25F67 (or 0xC25F67) is known color: Mandy. HEX triplet: C2, 5F and 67. RGB value is (194,95,103). Sum of RGB (Red+Green+Blue) = 194+95+103=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 95 (37.5% from 255 or 24.23% from 392); Blue value is 103 (40.62% from 255 or 26.28% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25F67 is #3DA098. Grayscale: #7D7D7D. Windows color (decimal): -4038809 or 6774722. OLE color: 6774722.

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

Color convert

RGB 194 95 103 -
CMYK 0 0.51 0.47 0.24
HSL 355.15º 0.45% 0.57% -
HSV(B) 355.15º 0.51% 0.76% -
XYZ 28.79 20.63 15.3 -
YUV 125.51 115.3 176.85 -
System Red Green Blue C M Y K H S L
Decimal 194 95 103 0 0.51 0.47 0.24 355.15 0.45 0.57
Hex C2 5F 67 0 33 2F 18 163 2D 39
Octal 302 137 147 0 63 57 30 543 55 71
Binary 11000010 1011111 1100111 0 110011 101111 11000 101100011 101101 111001

Color Harmonies of #C25F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25F67

Black with #C25F67

Text Example


Text Example

White with #C25F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25F67; }

 p { color: rgb(194,95,103); }

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

background-color css

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

 a { background-color: rgb(194,95,103); }

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

border-color css

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

 span { border-color: rgb(194,95,103); }

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