Html Css Color HEX #C64662 Cabaret

📋 copy color: '#C64662'

red 198 ◦ green 70 ◦ blue 98

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

Shades of Cabaret #C64662

Tints of Cabaret #C64662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 26.78%

R = 54.1%
G = 19.13%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C64662 (or 0xC64662) is known color: Cabaret. HEX triplet: C6, 46 and 62. RGB value is (198,70,98). Sum of RGB (Red+Green+Blue) = 198+70+98=366 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.10% from 366); Green value is 70 (27.73% from 255 or 19.13% from 366); Blue value is 98 (38.67% from 255 or 26.78% from 366); Max value from RGB is 198 - color contains mainly: red. Hex color #C64662 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64662 is #39B99D. Grayscale: #6F6F6F. Windows color (decimal): -3783070 or 6440646. OLE color: 6440646.

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

Color convert

RGB 198 70 98 -
CMYK 0 0.65 0.51 0.22
HSL 346.88º 0.53% 0.53% -
HSV(B) 346.88º 0.65% 0.78% -
XYZ 27.68 17.27 13.43 -
YUV 111.46 120.41 189.72 -
System Red Green Blue C M Y K H S L
Decimal 198 70 98 0 0.65 0.51 0.22 346.88 0.53 0.53
Hex C6 46 62 0 41 33 16 15B 35 35
Octal 306 106 142 0 101 63 26 533 65 65
Binary 11000110 1000110 1100010 0 1000001 110011 10110 101011011 110101 110101

Color Harmonies of #C64662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64662

Black with #C64662

Text Example


Text Example

White with #C64662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64662; }

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

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

background-color css

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

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

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

border-color css

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

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

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