Html Css Color HEX #C25064 Blush

📋 copy color: '#C25064'

red 194 ◦ green 80 ◦ blue 100

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

Shades of Blush #C25064

Tints of Blush #C25064

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.39%

 BLUE value IS 100 (39.45% from 255) = 26.74%

R = 51.87%
G = 21.39%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C25064 (or 0xC25064) is known color: Blush. HEX triplet: C2, 50 and 64. RGB value is (194,80,100). Sum of RGB (Red+Green+Blue) = 194+80+100=374 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.87% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 100 (39.45% from 255 or 26.74% from 374); Max value from RGB is 194 - color contains mainly: red. Hex color #C25064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25064 is #3DAF9B. Grayscale: #747474. Windows color (decimal): -4042652 or 6574274. OLE color: 6574274.

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

Color convert

RGB 194 80 100 -
CMYK 0 0.59 0.48 0.24
HSL 349.47º 0.48% 0.54% -
HSV(B) 349.47º 0.59% 0.76% -
XYZ 27.42 18.13 14.11 -
YUV 116.37 118.77 183.37 -
System Red Green Blue C M Y K H S L
Decimal 194 80 100 0 0.59 0.48 0.24 349.47 0.48 0.54
Hex C2 50 64 0 3B 30 18 15D 30 36
Octal 302 120 144 0 73 60 30 535 60 66
Binary 11000010 1010000 1100100 0 111011 110000 11000 101011101 110000 110110

Color Harmonies of #C25064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25064

Black with #C25064

Text Example


Text Example

White with #C25064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25064; }

 p { color: rgb(194,80,100); }

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

background-color css

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

 a { background-color: rgb(194,80,100); }

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

border-color css

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

 span { border-color: rgb(194,80,100); }

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