Html Css Color HEX #C2476A Blush

📋 copy color: '#C2476A'

red 194 ◦ green 71 ◦ blue 106

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

Shades of Blush #C2476A

Tints of Blush #C2476A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.57%

R = 52.29%
G = 19.14%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C2476A (or 0xC2476A) is known color: Blush. HEX triplet: C2, 47 and 6A. RGB value is (194,71,106). Sum of RGB (Red+Green+Blue) = 194+71+106=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C2476A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2476A is #3DB895. Grayscale: #6F6F6F. Windows color (decimal): -4044950 or 6965186. OLE color: 6965186.

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

Color convert

RGB 194 71 106 -
CMYK 0 0.63 0.45 0.24
HSL 342.93º 0.5% 0.52% -
HSV(B) 342.93º 0.63% 0.76% -
XYZ 27.1 17.02 15.49 -
YUV 111.77 124.75 186.65 -
System Red Green Blue C M Y K H S L
Decimal 194 71 106 0 0.63 0.45 0.24 342.93 0.5 0.52
Hex C2 47 6A 0 3F 2D 18 157 32 34
Octal 302 107 152 0 77 55 30 527 62 64
Binary 11000010 1000111 1101010 0 111111 101101 11000 101010111 110010 110100

Color Harmonies of #C2476A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2476A

Black with #C2476A

Text Example


Text Example

White with #C2476A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2476A; }

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

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

background-color css

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

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

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

border-color css

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

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

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