Html Css Color HEX #C05372 Cabaret

📋 copy color: '#C05372'

red 192 ◦ green 83 ◦ blue 114

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

Shades of Cabaret #C05372

Tints of Cabaret #C05372

RGB

 RED value IS 192 (75.39% from 255) = 49.36%

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

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

R = 49.36%
G = 21.34%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C05372 (or 0xC05372) is known color: Cabaret. HEX triplet: C0, 53 and 72. RGB value is (192,83,114). Sum of RGB (Red+Green+Blue) = 192+83+114=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 83 (32.81% from 255 or 21.34% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C05372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05372 is #3FAC8D. Grayscale: #777777. Windows color (decimal): -4172942 or 7492544. OLE color: 7492544.

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

Color convert

RGB 192 83 114 -
CMYK 0 0.57 0.41 0.25
HSL 342.94º 0.46% 0.54% -
HSV(B) 342.94º 0.57% 0.75% -
XYZ 27.87 18.61 18.04 -
YUV 119.13 125.11 179.98 -
System Red Green Blue C M Y K H S L
Decimal 192 83 114 0 0.57 0.41 0.25 342.94 0.46 0.54
Hex C0 53 72 0 39 29 19 157 2E 36
Octal 300 123 162 0 71 51 31 527 56 66
Binary 11000000 1010011 1110010 0 111001 101001 11001 101010111 101110 110110

Color Harmonies of #C05372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05372

Black with #C05372

Text Example


Text Example

White with #C05372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05372; }

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

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

background-color css

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

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

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

border-color css

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

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

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