Html Css Color HEX #C15F69 Cabaret

📋 copy color: '#C15F69'

red 193 ◦ green 95 ◦ blue 105

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

Shades of Cabaret #C15F69

Tints of Cabaret #C15F69

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.17%

 BLUE value IS 105 (41.41% from 255) = 26.72%

R = 49.11%
G = 24.17%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C15F69 (or 0xC15F69) is known color: Cabaret. HEX triplet: C1, 5F and 69. RGB value is (193,95,105). Sum of RGB (Red+Green+Blue) = 193+95+105=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 105 (41.41% from 255 or 26.72% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C15F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15F69 is #3EA096. Grayscale: #7D7D7D. Windows color (decimal): -4104343 or 6905793. OLE color: 6905793.

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

Color convert

RGB 193 95 105 -
CMYK 0 0.51 0.46 0.24
HSL 353.88º 0.44% 0.56% -
HSV(B) 353.88º 0.51% 0.76% -
XYZ 28.63 20.54 15.82 -
YUV 125.44 116.47 176.19 -
System Red Green Blue C M Y K H S L
Decimal 193 95 105 0 0.51 0.46 0.24 353.88 0.44 0.56
Hex C1 5F 69 0 33 2E 18 162 2C 38
Octal 301 137 151 0 63 56 30 542 54 70
Binary 11000001 1011111 1101001 0 110011 101110 11000 101100010 101100 111000

Color Harmonies of #C15F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15F69

Black with #C15F69

Text Example


Text Example

White with #C15F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15F69; }

 p { color: rgb(193,95,105); }

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

background-color css

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

 a { background-color: rgb(193,95,105); }

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

border-color css

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

 span { border-color: rgb(193,95,105); }

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