Html Css Color HEX #C14268 Blush

📋 copy color: '#C14268'

red 193 ◦ green 66 ◦ blue 104

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

Shades of Blush #C14268

Tints of Blush #C14268

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.18%

 BLUE value IS 104 (41.02% from 255) = 28.65%

R = 53.17%
G = 18.18%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C14268 (or 0xC14268) is known color: Blush. HEX triplet: C1, 42 and 68. RGB value is (193,66,104). Sum of RGB (Red+Green+Blue) = 193+66+104=363 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.17% from 363); Green value is 66 (26.17% from 255 or 18.18% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 193 - color contains mainly: red. Hex color #C14268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14268 is #3EBD97. Grayscale: #6C6C6C. Windows color (decimal): -4111768 or 6832833. OLE color: 6832833.

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

Color convert

RGB 193 66 104 -
CMYK 0 0.66 0.46 0.24
HSL 342.05º 0.51% 0.51% -
HSV(B) 342.05º 0.66% 0.76% -
XYZ 26.44 16.23 14.84 -
YUV 108.31 125.58 188.41 -
System Red Green Blue C M Y K H S L
Decimal 193 66 104 0 0.66 0.46 0.24 342.05 0.51 0.51
Hex C1 42 68 0 42 2E 18 156 33 33
Octal 301 102 150 0 102 56 30 526 63 63
Binary 11000001 1000010 1101000 0 1000010 101110 11000 101010110 110011 110011

Color Harmonies of #C14268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14268

Black with #C14268

Text Example


Text Example

White with #C14268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14268; }

 p { color: rgb(193,66,104); }

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

background-color css

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

 a { background-color: rgb(193,66,104); }

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

border-color css

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

 span { border-color: rgb(193,66,104); }

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