Html Css Color HEX #C64363 Cabaret

📋 copy color: '#C64363'

red 198 ◦ green 67 ◦ blue 99

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

Shades of Cabaret #C64363

Tints of Cabaret #C64363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 27.2%

R = 54.4%
G = 18.41%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#C64363 (or 0xC64363) is known color: Cabaret. HEX triplet: C6, 43 and 63. RGB value is (198,67,99). Sum of RGB (Red+Green+Blue) = 198+67+99=364 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.40% from 364); Green value is 67 (26.56% from 255 or 18.41% from 364); Blue value is 99 (39.06% from 255 or 27.20% from 364); Max value from RGB is 198 - color contains mainly: red. Hex color #C64363 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64363 is #39BC9C. Grayscale: #6D6D6D. Windows color (decimal): -3783837 or 6505414. OLE color: 6505414.

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

Color convert

RGB 198 67 99 -
CMYK 0 0.66 0.50 0.22
HSL 345.34º 0.53% 0.52% -
HSV(B) 345.34º 0.66% 0.78% -
XYZ 27.55 16.92 13.62 -
YUV 109.82 121.9 190.9 -
System Red Green Blue C M Y K H S L
Decimal 198 67 99 0 0.66 0.50 0.22 345.34 0.53 0.52
Hex C6 43 63 0 42 32 16 159 35 34
Octal 306 103 143 0 102 62 26 531 65 64
Binary 11000110 1000011 1100011 0 1000010 110010 10110 101011001 110101 110100

Color Harmonies of #C64363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64363

Black with #C64363

Text Example


Text Example

White with #C64363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64363; }

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

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

background-color css

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

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

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

border-color css

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

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

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