Html Css Color HEX #C64665 Cabaret

📋 copy color: '#C64665'

red 198 ◦ green 70 ◦ blue 101

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

Shades of Cabaret #C64665

Tints of Cabaret #C64665

RGB

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

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

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

R = 53.66%
G = 18.97%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C64665 (or 0xC64665) is known color: Cabaret. HEX triplet: C6, 46 and 65. RGB value is (198,70,101). Sum of RGB (Red+Green+Blue) = 198+70+101=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 70 (27.73% from 255 or 18.97% from 369); Blue value is 101 (39.84% from 255 or 27.37% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C64665 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64665 is #39B99A. Grayscale: #6F6F6F. Windows color (decimal): -3783067 or 6637254. OLE color: 6637254.

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

Color convert

RGB 198 70 101 -
CMYK 0 0.65 0.49 0.22
HSL 345.47º 0.53% 0.53% -
HSV(B) 345.47º 0.65% 0.78% -
XYZ 27.83 17.33 14.19 -
YUV 111.81 121.91 189.48 -
System Red Green Blue C M Y K H S L
Decimal 198 70 101 0 0.65 0.49 0.22 345.47 0.53 0.53
Hex C6 46 65 0 41 31 16 159 35 35
Octal 306 106 145 0 101 61 26 531 65 65
Binary 11000110 1000110 1100101 0 1000001 110001 10110 101011001 110101 110101

Color Harmonies of #C64665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64665

Black with #C64665

Text Example


Text Example

White with #C64665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64665; }

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

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

background-color css

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

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

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

border-color css

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

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

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