Html Css Color HEX #C0616A Cabaret

📋 copy color: '#C0616A'

red 192 ◦ green 97 ◦ blue 106

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

Shades of Cabaret #C0616A

Tints of Cabaret #C0616A

RGB

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

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

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

R = 48.61%
G = 24.56%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#C0616A (or 0xC0616A) is known color: Cabaret. HEX triplet: C0, 61 and 6A. RGB value is (192,97,106). Sum of RGB (Red+Green+Blue) = 192+97+106=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 97 (38.28% from 255 or 24.56% from 395); Blue value is 106 (41.80% from 255 or 26.84% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C0616A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0616A is #3F9E95. Grayscale: #7E7E7E. Windows color (decimal): -4169366 or 6971840. OLE color: 6971840.

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

Color convert

RGB 192 97 106 -
CMYK 0 0.49 0.45 0.25
HSL 354.32º 0.43% 0.57% -
HSV(B) 354.32º 0.49% 0.75% -
XYZ 28.61 20.8 16.14 -
YUV 126.43 116.47 174.77 -
System Red Green Blue C M Y K H S L
Decimal 192 97 106 0 0.49 0.45 0.25 354.32 0.43 0.57
Hex C0 61 6A 0 31 2D 19 162 2B 39
Octal 300 141 152 0 61 55 31 542 53 71
Binary 11000000 1100001 1101010 0 110001 101101 11001 101100010 101011 111001

Color Harmonies of #C0616A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0616A

Black with #C0616A

Text Example


Text Example

White with #C0616A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0616A; }

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

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

background-color css

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

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

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

border-color css

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

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

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