Html Css Color HEX #C2425F Blush

📋 copy color: '#C2425F'

red 194 ◦ green 66 ◦ blue 95

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

Shades of Blush #C2425F

Tints of Blush #C2425F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.59%

 BLUE value IS 95 (37.5% from 255) = 26.76%

R = 54.65%
G = 18.59%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C2425F (or 0xC2425F) is known color: Blush. HEX triplet: C2, 42 and 5F. RGB value is (194,66,95). Sum of RGB (Red+Green+Blue) = 194+66+95=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 66 (26.17% from 255 or 18.59% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C2425F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2425F is #3DBDA0. Grayscale: #6B6B6B. Windows color (decimal): -4046241 or 6243010. OLE color: 6243010.

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

Color convert

RGB 194 66 95 -
CMYK 0 0.66 0.51 0.24
HSL 346.41º 0.51% 0.51% -
HSV(B) 346.41º 0.66% 0.76% -
XYZ 26.26 16.19 12.57 -
YUV 107.58 120.91 189.64 -
System Red Green Blue C M Y K H S L
Decimal 194 66 95 0 0.66 0.51 0.24 346.41 0.51 0.51
Hex C2 42 5F 0 42 33 18 15A 33 33
Octal 302 102 137 0 102 63 30 532 63 63
Binary 11000010 1000010 1011111 0 1000010 110011 11000 101011010 110011 110011

Color Harmonies of #C2425F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2425F

Black with #C2425F

Text Example


Text Example

White with #C2425F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2425F; }

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

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

background-color css

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

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

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

border-color css

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

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

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