Html Css Color HEX #C06178 Cabaret

📋 copy color: '#C06178'

red 192 ◦ green 97 ◦ blue 120

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

Shades of Cabaret #C06178

Tints of Cabaret #C06178

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.72%

 BLUE value IS 120 (47.27% from 255) = 29.34%

R = 46.94%
G = 23.72%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C06178 (or 0xC06178) is known color: Cabaret. HEX triplet: C0, 61 and 78. RGB value is (192,97,120). Sum of RGB (Red+Green+Blue) = 192+97+120=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 120 (47.27% from 255 or 29.34% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C06178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06178 is #3F9E87. Grayscale: #808080. Windows color (decimal): -4169352 or 7889344. OLE color: 7889344.

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

Color convert

RGB 192 97 120 -
CMYK 0 0.49 0.38 0.25
HSL 345.47º 0.43% 0.57% -
HSV(B) 345.47º 0.49% 0.75% -
XYZ 29.4 21.11 20.29 -
YUV 128.03 123.47 173.63 -
System Red Green Blue C M Y K H S L
Decimal 192 97 120 0 0.49 0.38 0.25 345.47 0.43 0.57
Hex C0 61 78 0 31 26 19 159 2B 39
Octal 300 141 170 0 61 46 31 531 53 71
Binary 11000000 1100001 1111000 0 110001 100110 11001 101011001 101011 111001

Color Harmonies of #C06178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06178

Black with #C06178

Text Example


Text Example

White with #C06178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06178; }

 p { color: rgb(192,97,120); }

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

background-color css

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

 a { background-color: rgb(192,97,120); }

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

border-color css

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

 span { border-color: rgb(192,97,120); }

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