Html Css Color HEX #C14564 Blush

📋 copy color: '#C14564'

red 193 ◦ green 69 ◦ blue 100

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

Shades of Blush #C14564

Tints of Blush #C14564

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.06%

 BLUE value IS 100 (39.45% from 255) = 27.62%

R = 53.31%
G = 19.06%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C14564 (or 0xC14564) is known color: Blush. HEX triplet: C1, 45 and 64. RGB value is (193,69,100). Sum of RGB (Red+Green+Blue) = 193+69+100=362 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.31% from 362); Green value is 69 (27.34% from 255 or 19.06% from 362); Blue value is 100 (39.45% from 255 or 27.62% from 362); Max value from RGB is 193 - color contains mainly: red. Hex color #C14564 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14564 is #3EBA9B. Grayscale: #6D6D6D. Windows color (decimal): -4111004 or 6571457. OLE color: 6571457.

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

Color convert

RGB 193 69 100 -
CMYK 0 0.64 0.48 0.24
HSL 345º 0.5% 0.51% -
HSV(B) 345º 0.64% 0.76% -
XYZ 26.42 16.51 13.85 -
YUV 109.61 122.58 187.48 -
System Red Green Blue C M Y K H S L
Decimal 193 69 100 0 0.64 0.48 0.24 345 0.5 0.51
Hex C1 45 64 0 40 30 18 159 32 33
Octal 301 105 144 0 100 60 30 531 62 63
Binary 11000001 1000101 1100100 0 1000000 110000 11000 101011001 110010 110011

Color Harmonies of #C14564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14564

Black with #C14564

Text Example


Text Example

White with #C14564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14564; }

 p { color: rgb(193,69,100); }

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

background-color css

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

 a { background-color: rgb(193,69,100); }

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

border-color css

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

 span { border-color: rgb(193,69,100); }

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