Html Css Color HEX #C64A65 Cabaret

📋 copy color: '#C64A65'

red 198 ◦ green 74 ◦ blue 101

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

Shades of Cabaret #C64A65

Tints of Cabaret #C64A65

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.84%

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

R = 53.08%
G = 19.84%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C64A65 (or 0xC64A65) is known color: Cabaret. HEX triplet: C6, 4A and 65. RGB value is (198,74,101). Sum of RGB (Red+Green+Blue) = 198+74+101=373 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.08% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 101 (39.84% from 255 or 27.08% from 373); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64A65 is #39B59A. Grayscale: #727272. Windows color (decimal): -3782043 or 6638278. OLE color: 6638278.

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

Color convert

RGB 198 74 101 -
CMYK 0 0.63 0.49 0.22
HSL 346.94º 0.52% 0.53% -
HSV(B) 346.94º 0.63% 0.78% -
XYZ 28.09 17.84 14.28 -
YUV 114.15 120.58 187.8 -
System Red Green Blue C M Y K H S L
Decimal 198 74 101 0 0.63 0.49 0.22 346.94 0.52 0.53
Hex C6 4A 65 0 3F 31 16 15B 34 35
Octal 306 112 145 0 77 61 26 533 64 65
Binary 11000110 1001010 1100101 0 111111 110001 10110 101011011 110100 110101

Color Harmonies of #C64A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64A65

Black with #C64A65

Text Example


Text Example

White with #C64A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64A65; }

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

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

background-color css

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

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

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

border-color css

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

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

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