Html Css Color HEX #C64F66 Cabaret

📋 copy color: '#C64F66'

red 198 ◦ green 79 ◦ blue 102

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

Shades of Cabaret #C64F66

Tints of Cabaret #C64F66

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.84%

 BLUE value IS 102 (40.23% from 255) = 26.91%

R = 52.24%
G = 20.84%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C64F66 (or 0xC64F66) is known color: Cabaret. HEX triplet: C6, 4F and 66. RGB value is (198,79,102). Sum of RGB (Red+Green+Blue) = 198+79+102=379 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.24% from 379); Green value is 79 (31.25% from 255 or 20.84% from 379); Blue value is 102 (40.23% from 255 or 26.91% from 379); Max value from RGB is 198 - color contains mainly: red. Hex color #C64F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64F66 is #39B099. Grayscale: #757575. Windows color (decimal): -3780762 or 6705094. OLE color: 6705094.

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

Color convert

RGB 198 79 102 -
CMYK 0 0.60 0.48 0.22
HSL 348.4º 0.51% 0.54% -
HSV(B) 348.4º 0.6% 0.78% -
XYZ 28.48 18.56 14.65 -
YUV 117.2 119.42 185.63 -
System Red Green Blue C M Y K H S L
Decimal 198 79 102 0 0.60 0.48 0.22 348.4 0.51 0.54
Hex C6 4F 66 0 3C 30 16 15C 33 36
Octal 306 117 146 0 74 60 26 534 63 66
Binary 11000110 1001111 1100110 0 111100 110000 10110 101011100 110011 110110

Color Harmonies of #C64F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64F66

Black with #C64F66

Text Example


Text Example

White with #C64F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64F66; }

 p { color: rgb(198,79,102); }

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

background-color css

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

 a { background-color: rgb(198,79,102); }

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

border-color css

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

 span { border-color: rgb(198,79,102); }

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