Html Css Color HEX #C15268 Blush

📋 copy color: '#C15268'

red 193 ◦ green 82 ◦ blue 104

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

Shades of Blush #C15268

Tints of Blush #C15268

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.64%

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

R = 50.92%
G = 21.64%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C15268 (or 0xC15268) is known color: Blush. HEX triplet: C1, 52 and 68. RGB value is (193,82,104). Sum of RGB (Red+Green+Blue) = 193+82+104=379 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.92% from 379); Green value is 82 (32.42% from 255 or 21.64% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 193 - color contains mainly: red. Hex color #C15268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15268 is #3EAD97. Grayscale: #757575. Windows color (decimal): -4107672 or 6836929. OLE color: 6836929.

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

Color convert

RGB 193 82 104 -
CMYK 0 0.58 0.46 0.24
HSL 348.11º 0.47% 0.54% -
HSV(B) 348.11º 0.58% 0.76% -
XYZ 27.51 18.37 15.19 -
YUV 117.7 120.27 181.71 -
System Red Green Blue C M Y K H S L
Decimal 193 82 104 0 0.58 0.46 0.24 348.11 0.47 0.54
Hex C1 52 68 0 3A 2E 18 15C 2F 36
Octal 301 122 150 0 72 56 30 534 57 66
Binary 11000001 1010010 1101000 0 111010 101110 11000 101011100 101111 110110

Color Harmonies of #C15268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15268

Black with #C15268

Text Example


Text Example

White with #C15268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15268; }

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

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

background-color css

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

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

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

border-color css

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

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

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