Html Css Color HEX #C6606E Cabaret

📋 copy color: '#C6606E'

red 198 ◦ green 96 ◦ blue 110

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

Shades of Cabaret #C6606E

Tints of Cabaret #C6606E

RGB

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

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

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

R = 49.01%
G = 23.76%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C6606E (or 0xC6606E) is known color: Cabaret. HEX triplet: C6, 60 and 6E. RGB value is (198,96,110). Sum of RGB (Red+Green+Blue) = 198+96+110=404 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.01% from 404); Green value is 96 (37.89% from 255 or 23.76% from 404); Blue value is 110 (43.36% from 255 or 27.23% from 404); Max value from RGB is 198 - color contains mainly: red. Hex color #C6606E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6606E is #399F91. Grayscale: #808080. Windows color (decimal): -3776402 or 7233734. OLE color: 7233734.

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

Color convert

RGB 198 96 110 -
CMYK 0 0.52 0.44 0.22
HSL 351.76º 0.47% 0.58% -
HSV(B) 351.76º 0.52% 0.78% -
XYZ 30.29 21.5 17.31 -
YUV 128.09 117.79 177.86 -
System Red Green Blue C M Y K H S L
Decimal 198 96 110 0 0.52 0.44 0.22 351.76 0.47 0.58
Hex C6 60 6E 0 34 2C 16 160 2F 3A
Octal 306 140 156 0 64 54 26 540 57 72
Binary 11000110 1100000 1101110 0 110100 101100 10110 101100000 101111 111010

Color Harmonies of #C6606E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6606E

Black with #C6606E

Text Example


Text Example

White with #C6606E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6606E; }

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

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

background-color css

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

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

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

border-color css

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

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

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