Html Css Color HEX #C0616E Cabaret

📋 copy color: '#C0616E'

red 192 ◦ green 97 ◦ blue 110

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

Shades of Cabaret #C0616E

Tints of Cabaret #C0616E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.57%

R = 48.12%
G = 24.31%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C0616E (or 0xC0616E) is known color: Cabaret. HEX triplet: C0, 61 and 6E. RGB value is (192,97,110). Sum of RGB (Red+Green+Blue) = 192+97+110=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 97 (38.28% from 255 or 24.31% from 399); Blue value is 110 (43.36% from 255 or 27.57% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C0616E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0616E is #3F9E91. Grayscale: #7E7E7E. Windows color (decimal): -4169362 or 7233984. OLE color: 7233984.

HSL color Cylindrical-coordinate representation of color #C0616E: hue angle of 351.79º 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 #C0616E is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 97 110 -
CMYK 0 0.49 0.43 0.25
HSL 351.79º 0.43% 0.57% -
HSV(B) 351.79º 0.49% 0.75% -
XYZ 28.83 20.88 17.26 -
YUV 126.89 118.47 174.44 -
System Red Green Blue C M Y K H S L
Decimal 192 97 110 0 0.49 0.43 0.25 351.79 0.43 0.57
Hex C0 61 6E 0 31 2B 19 160 2B 39
Octal 300 141 156 0 61 53 31 540 53 71
Binary 11000000 1100001 1101110 0 110001 101011 11001 101100000 101011 111001

Color Harmonies of #C0616E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0616E

Black with #C0616E

Text Example


Text Example

White with #C0616E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0616E; }

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

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

background-color css

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

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

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

border-color css

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

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

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