Html Css Color HEX #C05F6F Cabaret

📋 copy color: '#C05F6F'

red 192 ◦ green 95 ◦ blue 111

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

Shades of Cabaret #C05F6F

Tints of Cabaret #C05F6F

RGB

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

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

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

R = 48.24%
G = 23.87%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C05F6F (or 0xC05F6F) is known color: Cabaret. HEX triplet: C0, 5F and 6F. RGB value is (192,95,111). Sum of RGB (Red+Green+Blue) = 192+95+111=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 111 (43.75% from 255 or 27.89% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05F6F is #3FA090. Grayscale: #7D7D7D. Windows color (decimal): -4169873 or 7299008. OLE color: 7299008.

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

Color convert

RGB 192 95 111 -
CMYK 0 0.51 0.42 0.25
HSL 350.1º 0.43% 0.56% -
HSV(B) 350.1º 0.51% 0.75% -
XYZ 28.7 20.54 17.49 -
YUV 125.83 119.64 175.2 -
System Red Green Blue C M Y K H S L
Decimal 192 95 111 0 0.51 0.42 0.25 350.1 0.43 0.56
Hex C0 5F 6F 0 33 2A 19 15E 2B 38
Octal 300 137 157 0 63 52 31 536 53 70
Binary 11000000 1011111 1101111 0 110011 101010 11001 101011110 101011 111000

Color Harmonies of #C05F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05F6F

Black with #C05F6F

Text Example


Text Example

White with #C05F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05F6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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