Html Css Color HEX #C15372 Cabaret

📋 copy color: '#C15372'

red 193 ◦ green 83 ◦ blue 114

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

Shades of Cabaret #C15372

Tints of Cabaret #C15372

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.28%

 BLUE value IS 114 (44.92% from 255) = 29.23%

R = 49.49%
G = 21.28%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C15372 (or 0xC15372) is known color: Cabaret. HEX triplet: C1, 53 and 72. RGB value is (193,83,114). Sum of RGB (Red+Green+Blue) = 193+83+114=390 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.49% from 390); Green value is 83 (32.81% from 255 or 21.28% from 390); Blue value is 114 (44.92% from 255 or 29.23% from 390); Max value from RGB is 193 - color contains mainly: red. Hex color #C15372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15372 is #3EAC8D. Grayscale: #777777. Windows color (decimal): -4107406 or 7492545. OLE color: 7492545.

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

Color convert

RGB 193 83 114 -
CMYK 0 0.57 0.41 0.24
HSL 343.09º 0.47% 0.54% -
HSV(B) 343.09º 0.57% 0.76% -
XYZ 28.12 18.74 18.05 -
YUV 119.42 124.94 180.48 -
System Red Green Blue C M Y K H S L
Decimal 193 83 114 0 0.57 0.41 0.24 343.09 0.47 0.54
Hex C1 53 72 0 39 29 18 157 2F 36
Octal 301 123 162 0 71 51 30 527 57 66
Binary 11000001 1010011 1110010 0 111001 101001 11000 101010111 101111 110110

Color Harmonies of #C15372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15372

Black with #C15372

Text Example


Text Example

White with #C15372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15372; }

 p { color: rgb(193,83,114); }

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

background-color css

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

 a { background-color: rgb(193,83,114); }

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

border-color css

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

 span { border-color: rgb(193,83,114); }

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