Html Css Color HEX #C65374 Cabaret

📋 copy color: '#C65374'

red 198 ◦ green 83 ◦ blue 116

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

Shades of Cabaret #C65374

Tints of Cabaret #C65374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.22%

R = 49.87%
G = 20.91%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C65374 (or 0xC65374) is known color: Cabaret. HEX triplet: C6, 53 and 74. RGB value is (198,83,116). Sum of RGB (Red+Green+Blue) = 198+83+116=397 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.87% from 397); Green value is 83 (32.81% from 255 or 20.91% from 397); Blue value is 116 (45.70% from 255 or 29.22% from 397); Max value from RGB is 198 - color contains mainly: red. Hex color #C65374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65374 is #39AC8B. Grayscale: #797979. Windows color (decimal): -3779724 or 7623622. OLE color: 7623622.

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

Color convert

RGB 198 83 116 -
CMYK 0 0.58 0.41 0.22
HSL 342.78º 0.5% 0.55% -
HSV(B) 342.78º 0.58% 0.78% -
XYZ 29.53 19.45 18.72 -
YUV 121.15 125.1 182.82 -
System Red Green Blue C M Y K H S L
Decimal 198 83 116 0 0.58 0.41 0.22 342.78 0.5 0.55
Hex C6 53 74 0 3A 29 16 157 32 37
Octal 306 123 164 0 72 51 26 527 62 67
Binary 11000110 1010011 1110100 0 111010 101001 10110 101010111 110010 110111

Color Harmonies of #C65374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65374

Black with #C65374

Text Example


Text Example

White with #C65374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65374; }

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

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

background-color css

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

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

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

border-color css

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

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

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