Html Css Color HEX #C64D65 Cabaret

📋 copy color: '#C64D65'

red 198 ◦ green 77 ◦ blue 101

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

Shades of Cabaret #C64D65

Tints of Cabaret #C64D65

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.48%

 BLUE value IS 101 (39.84% from 255) = 26.86%

R = 52.66%
G = 20.48%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C64D65 (or 0xC64D65) is known color: Cabaret. HEX triplet: C6, 4D and 65. RGB value is (198,77,101). Sum of RGB (Red+Green+Blue) = 198+77+101=376 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.66% from 376); Green value is 77 (30.47% from 255 or 20.48% from 376); Blue value is 101 (39.84% from 255 or 26.86% from 376); Max value from RGB is 198 - color contains mainly: red. Hex color #C64D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64D65 is #39B29A. Grayscale: #737373. Windows color (decimal): -3781275 or 6639046. OLE color: 6639046.

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

Color convert

RGB 198 77 101 -
CMYK 0 0.61 0.49 0.22
HSL 348.1º 0.51% 0.54% -
HSV(B) 348.1º 0.61% 0.78% -
XYZ 28.29 18.25 14.34 -
YUV 115.92 119.59 186.55 -
System Red Green Blue C M Y K H S L
Decimal 198 77 101 0 0.61 0.49 0.22 348.1 0.51 0.54
Hex C6 4D 65 0 3D 31 16 15C 33 36
Octal 306 115 145 0 75 61 26 534 63 66
Binary 11000110 1001101 1100101 0 111101 110001 10110 101011100 110011 110110

Color Harmonies of #C64D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64D65

Black with #C64D65

Text Example


Text Example

White with #C64D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64D65; }

 p { color: rgb(198,77,101); }

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

background-color css

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

 a { background-color: rgb(198,77,101); }

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

border-color css

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

 span { border-color: rgb(198,77,101); }

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