Html Css Color HEX #C64961 Cabaret

📋 copy color: '#C64961'

red 198 ◦ green 73 ◦ blue 97

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

Shades of Cabaret #C64961

Tints of Cabaret #C64961

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.84%

 BLUE value IS 97 (38.28% from 255) = 26.36%

R = 53.8%
G = 19.84%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C64961 (or 0xC64961) is known color: Cabaret. HEX triplet: C6, 49 and 61. RGB value is (198,73,97). Sum of RGB (Red+Green+Blue) = 198+73+97=368 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.80% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 97 (38.28% from 255 or 26.36% from 368); Max value from RGB is 198 - color contains mainly: red. Hex color #C64961 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64961 is #39B69E. Grayscale: #717171. Windows color (decimal): -3782303 or 6375878. OLE color: 6375878.

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

Color convert

RGB 198 73 97 -
CMYK 0 0.63 0.51 0.22
HSL 348.48º 0.52% 0.53% -
HSV(B) 348.48º 0.63% 0.78% -
XYZ 27.83 17.63 13.25 -
YUV 113.11 118.91 188.55 -
System Red Green Blue C M Y K H S L
Decimal 198 73 97 0 0.63 0.51 0.22 348.48 0.52 0.53
Hex C6 49 61 0 3F 33 16 15C 34 35
Octal 306 111 141 0 77 63 26 534 64 65
Binary 11000110 1001001 1100001 0 111111 110011 10110 101011100 110100 110101

Color Harmonies of #C64961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64961

Black with #C64961

Text Example


Text Example

White with #C64961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64961; }

 p { color: rgb(198,73,97); }

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

background-color css

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

 a { background-color: rgb(198,73,97); }

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

border-color css

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

 span { border-color: rgb(198,73,97); }

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