Html Css Color HEX #C64661 Cabaret

📋 copy color: '#C64661'

red 198 ◦ green 70 ◦ blue 97

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

Shades of Cabaret #C64661

Tints of Cabaret #C64661

RGB

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

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

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

R = 54.25%
G = 19.18%
B = 26.58%

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

#C64661 (or 0xC64661) is known color: Cabaret. HEX triplet: C6, 46 and 61. RGB value is (198,70,97). Sum of RGB (Red+Green+Blue) = 198+70+97=365 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.25% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 198 - color contains mainly: red. Hex color #C64661 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64661 is #39B99E. Grayscale: #6F6F6F. Windows color (decimal): -3783071 or 6375110. OLE color: 6375110.

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

Color convert

RGB 198 70 97 -
CMYK 0 0.65 0.51 0.22
HSL 347.34º 0.53% 0.53% -
HSV(B) 347.34º 0.65% 0.78% -
XYZ 27.64 17.25 13.18 -
YUV 111.35 119.91 189.8 -
System Red Green Blue C M Y K H S L
Decimal 198 70 97 0 0.65 0.51 0.22 347.34 0.53 0.53
Hex C6 46 61 0 41 33 16 15B 35 35
Octal 306 106 141 0 101 63 26 533 65 65
Binary 11000110 1000110 1100001 0 1000001 110011 10110 101011011 110101 110101

Color Harmonies of #C64661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64661

Black with #C64661

Text Example


Text Example

White with #C64661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64661; }

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

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

background-color css

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

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

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

border-color css

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

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

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