Html Css Color HEX #C64966 Cabaret

📋 copy color: '#C64966'

red 198 ◦ green 73 ◦ blue 102

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

Shades of Cabaret #C64966

Tints of Cabaret #C64966

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.57%

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

R = 53.08%
G = 19.57%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C64966 (or 0xC64966) is known color: Cabaret. HEX triplet: C6, 49 and 66. RGB value is (198,73,102). Sum of RGB (Red+Green+Blue) = 198+73+102=373 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.08% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 102 (40.23% from 255 or 27.35% from 373); Max value from RGB is 198 - color contains mainly: red. Hex color #C64966 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64966 is #39B699. Grayscale: #717171. Windows color (decimal): -3782298 or 6703558. OLE color: 6703558.

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

Color convert

RGB 198 73 102 -
CMYK 0 0.63 0.48 0.22
HSL 346.08º 0.52% 0.53% -
HSV(B) 346.08º 0.63% 0.78% -
XYZ 28.07 17.73 14.51 -
YUV 113.68 121.41 188.14 -
System Red Green Blue C M Y K H S L
Decimal 198 73 102 0 0.63 0.48 0.22 346.08 0.52 0.53
Hex C6 49 66 0 3F 30 16 15A 34 35
Octal 306 111 146 0 77 60 26 532 64 65
Binary 11000110 1001001 1100110 0 111111 110000 10110 101011010 110100 110101

Color Harmonies of #C64966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64966

Black with #C64966

Text Example


Text Example

White with #C64966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64966; }

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

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

background-color css

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

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

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

border-color css

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

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

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