Html Css Color HEX #C64868 Cabaret

📋 copy color: '#C64868'

red 198 ◦ green 72 ◦ blue 104

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

Shades of Cabaret #C64868

Tints of Cabaret #C64868

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.25%

 BLUE value IS 104 (41.02% from 255) = 27.81%

R = 52.94%
G = 19.25%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C64868 (or 0xC64868) is known color: Cabaret. HEX triplet: C6, 48 and 68. RGB value is (198,72,104). Sum of RGB (Red+Green+Blue) = 198+72+104=374 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.94% from 374); Green value is 72 (28.52% from 255 or 19.25% from 374); Blue value is 104 (41.02% from 255 or 27.81% from 374); Max value from RGB is 198 - color contains mainly: red. Hex color #C64868 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64868 is #39B797. Grayscale: #717171. Windows color (decimal): -3782552 or 6834374. OLE color: 6834374.

HSL color Cylindrical-coordinate representation of color #C64868: hue angle of 344.76º degrees, saturation: 0.52, 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 #C64868 is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 72 104 -
CMYK 0 0.64 0.47 0.22
HSL 344.76º 0.53% 0.53% -
HSV(B) 344.76º 0.64% 0.78% -
XYZ 28.1 17.64 15.02 -
YUV 113.32 122.74 188.4 -
System Red Green Blue C M Y K H S L
Decimal 198 72 104 0 0.64 0.47 0.22 344.76 0.53 0.53
Hex C6 48 68 0 40 2F 16 159 34 35
Octal 306 110 150 0 100 57 26 531 64 65
Binary 11000110 1001000 1101000 0 1000000 101111 10110 101011001 110100 110101

Color Harmonies of #C64868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64868

Black with #C64868

Text Example


Text Example

White with #C64868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64868; }

 p { color: rgb(198,72,104); }

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

background-color css

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

 a { background-color: rgb(198,72,104); }

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

border-color css

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

 span { border-color: rgb(198,72,104); }

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