Html Css Color HEX #C05370 Cabaret

📋 copy color: '#C05370'

red 192 ◦ green 83 ◦ blue 112

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

Shades of Cabaret #C05370

Tints of Cabaret #C05370

RGB

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

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

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

R = 49.61%
G = 21.45%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C05370 (or 0xC05370) is known color: Cabaret. HEX triplet: C0, 53 and 70. RGB value is (192,83,112). Sum of RGB (Red+Green+Blue) = 192+83+112=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 83 (32.81% from 255 or 21.45% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C05370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05370 is #3FAC8F. Grayscale: #767676. Windows color (decimal): -4172944 or 7361472. OLE color: 7361472.

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

Color convert

RGB 192 83 112 -
CMYK 0 0.57 0.42 0.25
HSL 344.04º 0.46% 0.54% -
HSV(B) 344.04º 0.57% 0.75% -
XYZ 27.76 18.56 17.45 -
YUV 118.9 124.11 180.14 -
System Red Green Blue C M Y K H S L
Decimal 192 83 112 0 0.57 0.42 0.25 344.04 0.46 0.54
Hex C0 53 70 0 39 2A 19 158 2E 36
Octal 300 123 160 0 71 52 31 530 56 66
Binary 11000000 1010011 1110000 0 111001 101010 11001 101011000 101110 110110

Color Harmonies of #C05370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05370

Black with #C05370

Text Example


Text Example

White with #C05370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05370; }

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

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

background-color css

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

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

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

border-color css

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

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

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