Html Css Color HEX #C64668 Cabaret

📋 copy color: '#C64668'

red 198 ◦ green 70 ◦ blue 104

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

Shades of Cabaret #C64668

Tints of Cabaret #C64668

RGB

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

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

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

R = 53.23%
G = 18.82%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C64668 (or 0xC64668) is known color: Cabaret. HEX triplet: C6, 46 and 68. RGB value is (198,70,104). Sum of RGB (Red+Green+Blue) = 198+70+104=372 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.23% from 372); Green value is 70 (27.73% from 255 or 18.82% from 372); Blue value is 104 (41.02% from 255 or 27.96% from 372); Max value from RGB is 198 - color contains mainly: red. Hex color #C64668 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64668 is #39B997. Grayscale: #707070. Windows color (decimal): -3783064 or 6833862. OLE color: 6833862.

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

Color convert

RGB 198 70 104 -
CMYK 0 0.65 0.47 0.22
HSL 344.06º 0.53% 0.53% -
HSV(B) 344.06º 0.65% 0.78% -
XYZ 27.98 17.39 14.98 -
YUV 112.15 123.41 189.24 -
System Red Green Blue C M Y K H S L
Decimal 198 70 104 0 0.65 0.47 0.22 344.06 0.53 0.53
Hex C6 46 68 0 41 2F 16 158 35 35
Octal 306 106 150 0 101 57 26 530 65 65
Binary 11000110 1000110 1101000 0 1000001 101111 10110 101011000 110101 110101

Color Harmonies of #C64668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64668

Black with #C64668

Text Example


Text Example

White with #C64668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64668; }

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

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

background-color css

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

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

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

border-color css

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

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

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