Html Css Color HEX #C65371 Cabaret

📋 copy color: '#C65371'

red 198 ◦ green 83 ◦ blue 113

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

Shades of Cabaret #C65371

Tints of Cabaret #C65371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 28.68%

R = 50.25%
G = 21.07%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C65371 (or 0xC65371) is known color: Cabaret. HEX triplet: C6, 53 and 71. RGB value is (198,83,113). Sum of RGB (Red+Green+Blue) = 198+83+113=394 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.25% from 394); Green value is 83 (32.81% from 255 or 21.07% from 394); Blue value is 113 (44.53% from 255 or 28.68% from 394); Max value from RGB is 198 - color contains mainly: red. Hex color #C65371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65371 is #39AC8E. Grayscale: #787878. Windows color (decimal): -3779727 or 7427014. OLE color: 7427014.

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

Color convert

RGB 198 83 113 -
CMYK 0 0.58 0.43 0.22
HSL 344.35º 0.5% 0.55% -
HSV(B) 344.35º 0.58% 0.78% -
XYZ 29.36 19.38 17.82 -
YUV 120.81 123.6 183.06 -
System Red Green Blue C M Y K H S L
Decimal 198 83 113 0 0.58 0.43 0.22 344.35 0.5 0.55
Hex C6 53 71 0 3A 2B 16 158 32 37
Octal 306 123 161 0 72 53 26 530 62 67
Binary 11000110 1010011 1110001 0 111010 101011 10110 101011000 110010 110111

Color Harmonies of #C65371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65371

Black with #C65371

Text Example


Text Example

White with #C65371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65371; }

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

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

background-color css

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

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

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

border-color css

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

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

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