Html Css Color HEX #C05B6F Cabaret

📋 copy color: '#C05B6F'

red 192 ◦ green 91 ◦ blue 111

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

Shades of Cabaret #C05B6F

Tints of Cabaret #C05B6F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.1%

 BLUE value IS 111 (43.75% from 255) = 28.17%

R = 48.73%
G = 23.1%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C05B6F (or 0xC05B6F) is known color: Cabaret. HEX triplet: C0, 5B and 6F. RGB value is (192,91,111). Sum of RGB (Red+Green+Blue) = 192+91+111=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 91 (35.94% from 255 or 23.10% from 394); Blue value is 111 (43.75% from 255 or 28.17% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C05B6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05B6F is #3FA490. Grayscale: #7B7B7B. Windows color (decimal): -4170897 or 7297984. OLE color: 7297984.

HSL color Cylindrical-coordinate representation of color #C05B6F: hue angle of 348.12º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C05B6F is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 91 111 -
CMYK 0 0.53 0.42 0.25
HSL 348.12º 0.44% 0.55% -
HSV(B) 348.12º 0.53% 0.75% -
XYZ 28.35 19.84 17.37 -
YUV 123.48 120.96 176.87 -
System Red Green Blue C M Y K H S L
Decimal 192 91 111 0 0.53 0.42 0.25 348.12 0.44 0.55
Hex C0 5B 6F 0 35 2A 19 15C 2C 37
Octal 300 133 157 0 65 52 31 534 54 67
Binary 11000000 1011011 1101111 0 110101 101010 11001 101011100 101100 110111

Color Harmonies of #C05B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05B6F

Black with #C05B6F

Text Example


Text Example

White with #C05B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05B6F; }

 p { color: rgb(192,91,111); }

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

background-color css

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

 a { background-color: rgb(192,91,111); }

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

border-color css

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

 span { border-color: rgb(192,91,111); }

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