Html Css Color HEX #C1476A Blush

📋 copy color: '#C1476A'

red 193 ◦ green 71 ◦ blue 106

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

Shades of Blush #C1476A

Tints of Blush #C1476A

RGB

 RED value IS 193 (75.78% from 255) = 52.16%

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

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

R = 52.16%
G = 19.19%
B = 28.65%

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

#C1476A (or 0xC1476A) is known color: Blush. HEX triplet: C1, 47 and 6A. RGB value is (193,71,106). Sum of RGB (Red+Green+Blue) = 193+71+106=370 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.16% from 370); Green value is 71 (28.12% from 255 or 19.19% from 370); Blue value is 106 (41.80% from 255 or 28.65% from 370); Max value from RGB is 193 - color contains mainly: red. Hex color #C1476A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1476A is #3EB895. Grayscale: #6F6F6F. Windows color (decimal): -4110486 or 6965185. OLE color: 6965185.

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

Color convert

RGB 193 71 106 -
CMYK 0 0.63 0.45 0.24
HSL 342.79º 0.5% 0.52% -
HSV(B) 342.79º 0.63% 0.76% -
XYZ 26.85 16.88 15.48 -
YUV 111.47 124.92 186.15 -
System Red Green Blue C M Y K H S L
Decimal 193 71 106 0 0.63 0.45 0.24 342.79 0.5 0.52
Hex C1 47 6A 0 3F 2D 18 157 32 34
Octal 301 107 152 0 77 55 30 527 62 64
Binary 11000001 1000111 1101010 0 111111 101101 11000 101010111 110010 110100

Color Harmonies of #C1476A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1476A

Black with #C1476A

Text Example


Text Example

White with #C1476A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1476A; }

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

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

background-color css

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

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

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

border-color css

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

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

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