Html Css Color HEX #C65376 Cabaret

📋 copy color: '#C65376'

red 198 ◦ green 83 ◦ blue 118

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

Shades of Cabaret #C65376

Tints of Cabaret #C65376

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.8%

 BLUE value IS 118 (46.48% from 255) = 29.57%

R = 49.62%
G = 20.8%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C65376 (or 0xC65376) is known color: Cabaret. HEX triplet: C6, 53 and 76. RGB value is (198,83,118). Sum of RGB (Red+Green+Blue) = 198+83+118=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 83 (32.81% from 255 or 20.80% from 399); Blue value is 118 (46.48% from 255 or 29.57% from 399); Max value from RGB is 198 - color contains mainly: red. Hex color #C65376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65376 is #39AC89. Grayscale: #797979. Windows color (decimal): -3779722 or 7754694. OLE color: 7754694.

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

Color convert

RGB 198 83 118 -
CMYK 0 0.58 0.40 0.22
HSL 341.74º 0.5% 0.55% -
HSV(B) 341.74º 0.58% 0.78% -
XYZ 29.65 19.5 19.34 -
YUV 121.38 126.1 182.65 -
System Red Green Blue C M Y K H S L
Decimal 198 83 118 0 0.58 0.40 0.22 341.74 0.5 0.55
Hex C6 53 76 0 3A 28 16 156 32 37
Octal 306 123 166 0 72 50 26 526 62 67
Binary 11000110 1010011 1110110 0 111010 101000 10110 101010110 110010 110111

Color Harmonies of #C65376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65376

Black with #C65376

Text Example


Text Example

White with #C65376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65376; }

 p { color: rgb(198,83,118); }

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

background-color css

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

 a { background-color: rgb(198,83,118); }

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

border-color css

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

 span { border-color: rgb(198,83,118); }

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