Html Css Color HEX #C15265 Blush

📋 copy color: '#C15265'

red 193 ◦ green 82 ◦ blue 101

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

Shades of Blush #C15265

Tints of Blush #C15265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 26.86%

R = 51.33%
G = 21.81%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C15265 (or 0xC15265) is known color: Blush. HEX triplet: C1, 52 and 65. RGB value is (193,82,101). Sum of RGB (Red+Green+Blue) = 193+82+101=376 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.33% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 101 (39.84% from 255 or 26.86% from 376); Max value from RGB is 193 - color contains mainly: red. Hex color #C15265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15265 is #3EAD9A. Grayscale: #757575. Windows color (decimal): -4107675 or 6640321. OLE color: 6640321.

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

Color convert

RGB 193 82 101 -
CMYK 0 0.58 0.48 0.24
HSL 349.73º 0.47% 0.54% -
HSV(B) 349.73º 0.58% 0.76% -
XYZ 27.36 18.31 14.4 -
YUV 117.36 118.77 181.96 -
System Red Green Blue C M Y K H S L
Decimal 193 82 101 0 0.58 0.48 0.24 349.73 0.47 0.54
Hex C1 52 65 0 3A 30 18 15E 2F 36
Octal 301 122 145 0 72 60 30 536 57 66
Binary 11000001 1010010 1100101 0 111010 110000 11000 101011110 101111 110110

Color Harmonies of #C15265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15265

Black with #C15265

Text Example


Text Example

White with #C15265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15265; }

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

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

background-color css

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

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

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

border-color css

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

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

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