Html Css Color HEX #C65373 Cabaret

📋 copy color: '#C65373'

red 198 ◦ green 83 ◦ blue 115

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

Shades of Cabaret #C65373

Tints of Cabaret #C65373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 29.04%

R = 50%
G = 20.96%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C65373 (or 0xC65373) is known color: Cabaret. HEX triplet: C6, 53 and 73. RGB value is (198,83,115). Sum of RGB (Red+Green+Blue) = 198+83+115=396 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50% from 396); Green value is 83 (32.81% from 255 or 20.96% from 396); Blue value is 115 (45.31% from 255 or 29.04% from 396); Max value from RGB is 198 - color contains mainly: red. Hex color #C65373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65373 is #39AC8C. Grayscale: #797979. Windows color (decimal): -3779725 or 7558086. OLE color: 7558086.

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

Color convert

RGB 198 83 115 -
CMYK 0 0.58 0.42 0.22
HSL 343.3º 0.5% 0.55% -
HSV(B) 343.3º 0.58% 0.78% -
XYZ 29.48 19.43 18.42 -
YUV 121.03 124.6 182.9 -
System Red Green Blue C M Y K H S L
Decimal 198 83 115 0 0.58 0.42 0.22 343.3 0.5 0.55
Hex C6 53 73 0 3A 2A 16 157 32 37
Octal 306 123 163 0 72 52 26 527 62 67
Binary 11000110 1010011 1110011 0 111010 101010 10110 101010111 110010 110111

Color Harmonies of #C65373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65373

Black with #C65373

Text Example


Text Example

White with #C65373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65373; }

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

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

background-color css

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

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

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

border-color css

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

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

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