Html Css Color HEX #C64761 Cabaret

📋 copy color: '#C64761'

red 198 ◦ green 71 ◦ blue 97

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

Shades of Cabaret #C64761

Tints of Cabaret #C64761

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.4%

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

R = 54.1%
G = 19.4%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C64761 (or 0xC64761) is known color: Cabaret. HEX triplet: C6, 47 and 61. RGB value is (198,71,97). Sum of RGB (Red+Green+Blue) = 198+71+97=366 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.10% from 366); Green value is 71 (28.12% from 255 or 19.40% from 366); Blue value is 97 (38.28% from 255 or 26.50% from 366); Max value from RGB is 198 - color contains mainly: red. Hex color #C64761 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64761 is #39B89E. Grayscale: #6F6F6F. Windows color (decimal): -3782815 or 6375366. OLE color: 6375366.

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

Color convert

RGB 198 71 97 -
CMYK 0 0.64 0.51 0.22
HSL 347.72º 0.53% 0.53% -
HSV(B) 347.72º 0.64% 0.78% -
XYZ 27.7 17.38 13.2 -
YUV 111.94 119.58 189.39 -
System Red Green Blue C M Y K H S L
Decimal 198 71 97 0 0.64 0.51 0.22 347.72 0.53 0.53
Hex C6 47 61 0 40 33 16 15C 35 35
Octal 306 107 141 0 100 63 26 534 65 65
Binary 11000110 1000111 1100001 0 1000000 110011 10110 101011100 110101 110101

Color Harmonies of #C64761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64761

Black with #C64761

Text Example


Text Example

White with #C64761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64761; }

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

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

background-color css

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

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

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

border-color css

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

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

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