Html Css Color HEX #C05C6A Cabaret

📋 copy color: '#C05C6A'

red 192 ◦ green 92 ◦ blue 106

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

Shades of Cabaret #C05C6A

Tints of Cabaret #C05C6A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.59%

 BLUE value IS 106 (41.8% from 255) = 27.18%

R = 49.23%
G = 23.59%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#C05C6A (or 0xC05C6A) is known color: Cabaret. HEX triplet: C0, 5C and 6A. RGB value is (192,92,106). Sum of RGB (Red+Green+Blue) = 192+92+106=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 92 (36.33% from 255 or 23.59% from 390); Blue value is 106 (41.80% from 255 or 27.18% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C05C6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05C6A is #3FA395. Grayscale: #7B7B7B. Windows color (decimal): -4170646 or 6970560. OLE color: 6970560.

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

Color convert

RGB 192 92 106 -
CMYK 0 0.52 0.45 0.25
HSL 351.6º 0.44% 0.56% -
HSV(B) 351.6º 0.52% 0.75% -
XYZ 28.17 19.9 15.99 -
YUV 123.5 118.13 176.86 -
System Red Green Blue C M Y K H S L
Decimal 192 92 106 0 0.52 0.45 0.25 351.6 0.44 0.56
Hex C0 5C 6A 0 34 2D 19 160 2C 38
Octal 300 134 152 0 64 55 31 540 54 70
Binary 11000000 1011100 1101010 0 110100 101101 11001 101100000 101100 111000

Color Harmonies of #C05C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05C6A

Black with #C05C6A

Text Example


Text Example

White with #C05C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05C6A; }

 p { color: rgb(192,92,106); }

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

background-color css

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

 a { background-color: rgb(192,92,106); }

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

border-color css

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

 span { border-color: rgb(192,92,106); }

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