Html Css Color HEX #C64160 Cabaret

📋 copy color: '#C64160'

red 198 ◦ green 65 ◦ blue 96

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

Shades of Cabaret #C64160

Tints of Cabaret #C64160

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.11%

 BLUE value IS 96 (37.89% from 255) = 26.74%

R = 55.15%
G = 18.11%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C64160 (or 0xC64160) is known color: Cabaret. HEX triplet: C6, 41 and 60. RGB value is (198,65,96). Sum of RGB (Red+Green+Blue) = 198+65+96=359 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.15% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 96 (37.89% from 255 or 26.74% from 359); Max value from RGB is 198 - color contains mainly: red. Hex color #C64160 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64160 is #39BE9F. Grayscale: #6C6C6C. Windows color (decimal): -3784352 or 6308294. OLE color: 6308294.

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

Color convert

RGB 198 65 96 -
CMYK 0 0.67 0.52 0.22
HSL 346.02º 0.54% 0.52% -
HSV(B) 346.02º 0.67% 0.78% -
XYZ 27.29 16.63 12.84 -
YUV 108.3 121.06 191.98 -
System Red Green Blue C M Y K H S L
Decimal 198 65 96 0 0.67 0.52 0.22 346.02 0.54 0.52
Hex C6 41 60 0 43 34 16 15A 36 34
Octal 306 101 140 0 103 64 26 532 66 64
Binary 11000110 1000001 1100000 0 1000011 110100 10110 101011010 110110 110100

Color Harmonies of #C64160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64160

Black with #C64160

Text Example


Text Example

White with #C64160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64160; }

 p { color: rgb(198,65,96); }

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

background-color css

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

 a { background-color: rgb(198,65,96); }

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

border-color css

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

 span { border-color: rgb(198,65,96); }

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