Html Css Color HEX #C6466E Cabaret

📋 copy color: '#C6466E'

red 198 ◦ green 70 ◦ blue 110

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

Shades of Cabaret #C6466E

Tints of Cabaret #C6466E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.52%

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

R = 52.38%
G = 18.52%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C6466E (or 0xC6466E) is known color: Cabaret. HEX triplet: C6, 46 and 6E. RGB value is (198,70,110). Sum of RGB (Red+Green+Blue) = 198+70+110=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 70 (27.73% from 255 or 18.52% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C6466E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6466E is #39B991. Grayscale: #707070. Windows color (decimal): -3783058 or 7227078. OLE color: 7227078.

HSL color Cylindrical-coordinate representation of color #C6466E: hue angle of 341.25º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C6466E is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 70 110 -
CMYK 0 0.65 0.44 0.22
HSL 341.25º 0.53% 0.53% -
HSV(B) 341.25º 0.65% 0.78% -
XYZ 28.29 17.51 16.64 -
YUV 112.83 126.41 188.75 -
System Red Green Blue C M Y K H S L
Decimal 198 70 110 0 0.65 0.44 0.22 341.25 0.53 0.53
Hex C6 46 6E 0 41 2C 16 155 35 35
Octal 306 106 156 0 101 54 26 525 65 65
Binary 11000110 1000110 1101110 0 1000001 101100 10110 101010101 110101 110101

Color Harmonies of #C6466E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6466E

Black with #C6466E

Text Example


Text Example

White with #C6466E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6466E; }

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

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

background-color css

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

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

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

border-color css

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

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

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