Html Css Color HEX #C6606C Cabaret

📋 copy color: '#C6606C'

red 198 ◦ green 96 ◦ blue 108

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

Shades of Cabaret #C6606C

Tints of Cabaret #C6606C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.87%

R = 49.25%
G = 23.88%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C6606C (or 0xC6606C) is known color: Cabaret. HEX triplet: C6, 60 and 6C. RGB value is (198,96,108). Sum of RGB (Red+Green+Blue) = 198+96+108=402 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.25% from 402); Green value is 96 (37.89% from 255 or 23.88% from 402); Blue value is 108 (42.58% from 255 or 26.87% from 402); Max value from RGB is 198 - color contains mainly: red. Hex color #C6606C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6606C is #399F93. Grayscale: #7F7F7F. Windows color (decimal): -3776404 or 7102662. OLE color: 7102662.

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

Color convert

RGB 198 96 108 -
CMYK 0 0.52 0.45 0.22
HSL 352.94º 0.47% 0.58% -
HSV(B) 352.94º 0.52% 0.78% -
XYZ 30.18 21.45 16.74 -
YUV 127.87 116.79 178.02 -
System Red Green Blue C M Y K H S L
Decimal 198 96 108 0 0.52 0.45 0.22 352.94 0.47 0.58
Hex C6 60 6C 0 34 2D 16 161 2F 3A
Octal 306 140 154 0 64 55 26 541 57 72
Binary 11000110 1100000 1101100 0 110100 101101 10110 101100001 101111 111010

Color Harmonies of #C6606C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6606C

Black with #C6606C

Text Example


Text Example

White with #C6606C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6606C; }

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

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

background-color css

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

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

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

border-color css

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

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

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