Html Css Color HEX #C64360 Cabaret

📋 copy color: '#C64360'

red 198 ◦ green 67 ◦ blue 96

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

Shades of Cabaret #C64360

Tints of Cabaret #C64360

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.56%

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

R = 54.85%
G = 18.56%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C64360 (or 0xC64360) is known color: Cabaret. HEX triplet: C6, 43 and 60. RGB value is (198,67,96). Sum of RGB (Red+Green+Blue) = 198+67+96=361 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.85% from 361); Green value is 67 (26.56% from 255 or 18.56% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 198 - color contains mainly: red. Hex color #C64360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64360 is #39BC9F. Grayscale: #6D6D6D. Windows color (decimal): -3783840 or 6308806. OLE color: 6308806.

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

Color convert

RGB 198 67 96 -
CMYK 0 0.66 0.52 0.22
HSL 346.72º 0.53% 0.52% -
HSV(B) 346.72º 0.66% 0.78% -
XYZ 27.41 16.86 12.88 -
YUV 109.48 120.4 191.14 -
System Red Green Blue C M Y K H S L
Decimal 198 67 96 0 0.66 0.52 0.22 346.72 0.53 0.52
Hex C6 43 60 0 42 34 16 15B 35 34
Octal 306 103 140 0 102 64 26 533 65 64
Binary 11000110 1000011 1100000 0 1000010 110100 10110 101011011 110101 110100

Color Harmonies of #C64360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64360

Black with #C64360

Text Example


Text Example

White with #C64360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64360; }

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

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

background-color css

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

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

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

border-color css

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

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

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