Html Css Color HEX #C15066 Blush

📋 copy color: '#C15066'

red 193 ◦ green 80 ◦ blue 102

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

Shades of Blush #C15066

Tints of Blush #C15066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 27.2%

R = 51.47%
G = 21.33%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C15066 (or 0xC15066) is known color: Blush. HEX triplet: C1, 50 and 66. RGB value is (193,80,102). Sum of RGB (Red+Green+Blue) = 193+80+102=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C15066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15066 is #3EAF99. Grayscale: #747474. Windows color (decimal): -4108186 or 6705345. OLE color: 6705345.

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

Color convert

RGB 193 80 102 -
CMYK 0 0.59 0.47 0.24
HSL 348.32º 0.48% 0.54% -
HSV(B) 348.32º 0.59% 0.76% -
XYZ 27.26 18.03 14.61 -
YUV 116.3 119.94 182.71 -
System Red Green Blue C M Y K H S L
Decimal 193 80 102 0 0.59 0.47 0.24 348.32 0.48 0.54
Hex C1 50 66 0 3B 2F 18 15C 30 36
Octal 301 120 146 0 73 57 30 534 60 66
Binary 11000001 1010000 1100110 0 111011 101111 11000 101011100 110000 110110

Color Harmonies of #C15066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15066

Black with #C15066

Text Example


Text Example

White with #C15066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15066; }

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

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

background-color css

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

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

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

border-color css

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

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

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