Html Css Color HEX #C15865 Cabaret

📋 copy color: '#C15865'

red 193 ◦ green 88 ◦ blue 101

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

Shades of Cabaret #C15865

Tints of Cabaret #C15865

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.04%

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

R = 50.52%
G = 23.04%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C15865 (or 0xC15865) is known color: Cabaret. HEX triplet: C1, 58 and 65. RGB value is (193,88,101). Sum of RGB (Red+Green+Blue) = 193+88+101=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 88 (34.77% from 255 or 23.04% from 382); Blue value is 101 (39.84% from 255 or 26.44% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C15865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15865 is #3EA79A. Grayscale: #787878. Windows color (decimal): -4106139 or 6641857. OLE color: 6641857.

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

Color convert

RGB 193 88 101 -
CMYK 0 0.54 0.48 0.24
HSL 352.57º 0.46% 0.55% -
HSV(B) 352.57º 0.54% 0.76% -
XYZ 27.83 19.26 14.56 -
YUV 120.88 116.79 179.44 -
System Red Green Blue C M Y K H S L
Decimal 193 88 101 0 0.54 0.48 0.24 352.57 0.46 0.55
Hex C1 58 65 0 36 30 18 161 2E 37
Octal 301 130 145 0 66 60 30 541 56 67
Binary 11000001 1011000 1100101 0 110110 110000 11000 101100001 101110 110111

Color Harmonies of #C15865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15865

Black with #C15865

Text Example


Text Example

White with #C15865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15865; }

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

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

background-color css

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

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

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

border-color css

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

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

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