Html Css Color HEX #C6607C Cabaret

📋 copy color: '#C6607C'

red 198 ◦ green 96 ◦ blue 124

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

Shades of Cabaret #C6607C

Tints of Cabaret #C6607C

RGB

 RED value IS 198 (77.73% from 255) = 47.37%

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

 BLUE value IS 124 (48.83% from 255) = 29.67%

R = 47.37%
G = 22.97%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C6607C (or 0xC6607C) is known color: Cabaret. HEX triplet: C6, 60 and 7C. RGB value is (198,96,124). Sum of RGB (Red+Green+Blue) = 198+96+124=418 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.37% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 198 - color contains mainly: red. Hex color #C6607C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6607C is #399F83. Grayscale: #818181. Windows color (decimal): -3776388 or 8151238. OLE color: 8151238.

HSL color Cylindrical-coordinate representation of color #C6607C: hue angle of 343.53º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C6607C is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 96 124 -
CMYK 0 0.52 0.37 0.22
HSL 343.53º 0.47% 0.58% -
HSV(B) 343.53º 0.52% 0.78% -
XYZ 31.11 21.83 21.64 -
YUV 129.69 124.79 176.72 -
System Red Green Blue C M Y K H S L
Decimal 198 96 124 0 0.52 0.37 0.22 343.53 0.47 0.58
Hex C6 60 7C 0 34 25 16 158 2F 3A
Octal 306 140 174 0 64 45 26 530 57 72
Binary 11000110 1100000 1111100 0 110100 100101 10110 101011000 101111 111010

Color Harmonies of #C6607C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6607C

Black with #C6607C

Text Example


Text Example

White with #C6607C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6607C; }

 p { color: rgb(198,96,124); }

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

background-color css

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

 a { background-color: rgb(198,96,124); }

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

border-color css

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

 span { border-color: rgb(198,96,124); }

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