Html Css Color HEX #C15F70 Cabaret

📋 copy color: '#C15F70'

red 193 ◦ green 95 ◦ blue 112

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

Shades of Cabaret #C15F70

Tints of Cabaret #C15F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28%

R = 48.25%
G = 23.75%
B = 28%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C15F70 (or 0xC15F70) is known color: Cabaret. HEX triplet: C1, 5F and 70. RGB value is (193,95,112). Sum of RGB (Red+Green+Blue) = 193+95+112=400 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.25% from 400); Green value is 95 (37.5% from 255 or 23.75% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 193 - color contains mainly: red. Hex color #C15F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15F70 is #3EA08F. Grayscale: #7E7E7E. Windows color (decimal): -4104336 or 7364545. OLE color: 7364545.

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

Color convert

RGB 193 95 112 -
CMYK 0 0.51 0.42 0.24
HSL 349.59º 0.44% 0.56% -
HSV(B) 349.59º 0.51% 0.76% -
XYZ 29.01 20.69 17.79 -
YUV 126.24 119.97 175.62 -
System Red Green Blue C M Y K H S L
Decimal 193 95 112 0 0.51 0.42 0.24 349.59 0.44 0.56
Hex C1 5F 70 0 33 2A 18 15E 2C 38
Octal 301 137 160 0 63 52 30 536 54 70
Binary 11000001 1011111 1110000 0 110011 101010 11000 101011110 101100 111000

Color Harmonies of #C15F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15F70

Black with #C15F70

Text Example


Text Example

White with #C15F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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