Html Css Color HEX #C06078 Cabaret

📋 copy color: '#C06078'

red 192 ◦ green 96 ◦ blue 120

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

Shades of Cabaret #C06078

Tints of Cabaret #C06078

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.53%

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

R = 47.06%
G = 23.53%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C06078 (or 0xC06078) is known color: Cabaret. HEX triplet: C0, 60 and 78. RGB value is (192,96,120). Sum of RGB (Red+Green+Blue) = 192+96+120=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 96 (37.89% from 255 or 23.53% from 408); Blue value is 120 (47.27% from 255 or 29.41% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C06078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06078 is #3F9F87. Grayscale: #7F7F7F. Windows color (decimal): -4169608 or 7889088. OLE color: 7889088.

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

Color convert

RGB 192 96 120 -
CMYK 0 0.50 0.38 0.25
HSL 345º 0.43% 0.56% -
HSV(B) 345º 0.5% 0.75% -
XYZ 29.31 20.93 20.26 -
YUV 127.44 123.8 174.05 -
System Red Green Blue C M Y K H S L
Decimal 192 96 120 0 0.50 0.38 0.25 345 0.43 0.56
Hex C0 60 78 0 32 26 19 159 2B 38
Octal 300 140 170 0 62 46 31 531 53 70
Binary 11000000 1100000 1111000 0 110010 100110 11001 101011001 101011 111000

Color Harmonies of #C06078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06078

Black with #C06078

Text Example


Text Example

White with #C06078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06078; }

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

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

background-color css

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

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

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

border-color css

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

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

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