Html Css Color HEX #C15068 Blush

📋 copy color: '#C15068'

red 193 ◦ green 80 ◦ blue 104

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

Shades of Blush #C15068

Tints of Blush #C15068

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.22%

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

R = 51.19%
G = 21.22%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C15068 (or 0xC15068) is known color: Blush. HEX triplet: C1, 50 and 68. RGB value is (193,80,104). Sum of RGB (Red+Green+Blue) = 193+80+104=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C15068 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15068 is #3EAF97. Grayscale: #747474. Windows color (decimal): -4108184 or 6836417. OLE color: 6836417.

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

Color convert

RGB 193 80 104 -
CMYK 0 0.59 0.46 0.24
HSL 347.26º 0.48% 0.54% -
HSV(B) 347.26º 0.59% 0.76% -
XYZ 27.36 18.07 15.14 -
YUV 116.52 120.94 182.55 -
System Red Green Blue C M Y K H S L
Decimal 193 80 104 0 0.59 0.46 0.24 347.26 0.48 0.54
Hex C1 50 68 0 3B 2E 18 15B 30 36
Octal 301 120 150 0 73 56 30 533 60 66
Binary 11000001 1010000 1101000 0 111011 101110 11000 101011011 110000 110110

Color Harmonies of #C15068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15068

Black with #C15068

Text Example


Text Example

White with #C15068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15068; }

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

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

background-color css

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

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

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

border-color css

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

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

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