Html Css Color HEX #C2475F Blush

📋 copy color: '#C2475F'

red 194 ◦ green 71 ◦ blue 95

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

Shades of Blush #C2475F

Tints of Blush #C2475F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.72%

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

R = 53.89%
G = 19.72%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C2475F (or 0xC2475F) is known color: Blush. HEX triplet: C2, 47 and 5F. RGB value is (194,71,95). Sum of RGB (Red+Green+Blue) = 194+71+95=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 71 (28.12% from 255 or 19.72% from 360); Blue value is 95 (37.5% from 255 or 26.39% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C2475F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2475F is #3DB8A0. Grayscale: #6E6E6E. Windows color (decimal): -4044961 or 6244290. OLE color: 6244290.

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

Color convert

RGB 194 71 95 -
CMYK 0 0.63 0.51 0.24
HSL 348.29º 0.5% 0.52% -
HSV(B) 348.29º 0.63% 0.76% -
XYZ 26.57 16.8 12.67 -
YUV 110.51 119.25 187.55 -
System Red Green Blue C M Y K H S L
Decimal 194 71 95 0 0.63 0.51 0.24 348.29 0.5 0.52
Hex C2 47 5F 0 3F 33 18 15C 32 34
Octal 302 107 137 0 77 63 30 534 62 64
Binary 11000010 1000111 1011111 0 111111 110011 11000 101011100 110010 110100

Color Harmonies of #C2475F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2475F

Black with #C2475F

Text Example


Text Example

White with #C2475F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2475F; }

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

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

background-color css

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

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

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

border-color css

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

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

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