Html Css Color HEX #C14861 Blush

📋 copy color: '#C14861'

red 193 ◦ green 72 ◦ blue 97

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

Shades of Blush #C14861

Tints of Blush #C14861

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.89%

 BLUE value IS 97 (38.28% from 255) = 26.8%

R = 53.31%
G = 19.89%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C14861 (or 0xC14861) is known color: Blush. HEX triplet: C1, 48 and 61. RGB value is (193,72,97). Sum of RGB (Red+Green+Blue) = 193+72+97=362 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.31% from 362); Green value is 72 (28.52% from 255 or 19.89% from 362); Blue value is 97 (38.28% from 255 or 26.80% from 362); Max value from RGB is 193 - color contains mainly: red. Hex color #C14861 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14861 is #3EB79E. Grayscale: #6F6F6F. Windows color (decimal): -4110239 or 6375617. OLE color: 6375617.

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

Color convert

RGB 193 72 97 -
CMYK 0 0.63 0.50 0.24
HSL 347.6º 0.49% 0.52% -
HSV(B) 347.6º 0.63% 0.76% -
XYZ 26.47 16.84 13.16 -
YUV 111.03 120.09 186.47 -
System Red Green Blue C M Y K H S L
Decimal 193 72 97 0 0.63 0.50 0.24 347.6 0.49 0.52
Hex C1 48 61 0 3F 32 18 15C 31 34
Octal 301 110 141 0 77 62 30 534 61 64
Binary 11000001 1001000 1100001 0 111111 110010 11000 101011100 110001 110100

Color Harmonies of #C14861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14861

Black with #C14861

Text Example


Text Example

White with #C14861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14861; }

 p { color: rgb(193,72,97); }

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

background-color css

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

 a { background-color: rgb(193,72,97); }

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

border-color css

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

 span { border-color: rgb(193,72,97); }

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