Html Css Color HEX #C65464 Cabaret

📋 copy color: '#C65464'

red 198 ◦ green 84 ◦ blue 100

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

Shades of Cabaret #C65464

Tints of Cabaret #C65464

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.99%

 BLUE value IS 100 (39.45% from 255) = 26.18%

R = 51.83%
G = 21.99%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C65464 (or 0xC65464) is known color: Cabaret. HEX triplet: C6, 54 and 64. RGB value is (198,84,100). Sum of RGB (Red+Green+Blue) = 198+84+100=382 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.83% from 382); Green value is 84 (33.20% from 255 or 21.99% from 382); Blue value is 100 (39.45% from 255 or 26.18% from 382); Max value from RGB is 198 - color contains mainly: red. Hex color #C65464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65464 is #39AB9B. Grayscale: #777777. Windows color (decimal): -3779484 or 6575302. OLE color: 6575302.

HSL color Cylindrical-coordinate representation of color #C65464: hue angle of 351.58º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C65464 is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 84 100 -
CMYK 0 0.58 0.49 0.22
HSL 351.58º 0.5% 0.55% -
HSV(B) 351.58º 0.58% 0.78% -
XYZ 28.76 19.27 14.26 -
YUV 119.91 116.77 183.7 -
System Red Green Blue C M Y K H S L
Decimal 198 84 100 0 0.58 0.49 0.22 351.58 0.5 0.55
Hex C6 54 64 0 3A 31 16 160 32 37
Octal 306 124 144 0 72 61 26 540 62 67
Binary 11000110 1010100 1100100 0 111010 110001 10110 101100000 110010 110111

Color Harmonies of #C65464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65464

Black with #C65464

Text Example


Text Example

White with #C65464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65464; }

 p { color: rgb(198,84,100); }

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

background-color css

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

 a { background-color: rgb(198,84,100); }

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

border-color css

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

 span { border-color: rgb(198,84,100); }

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