Html Css Color HEX #C65973 Cabaret

📋 copy color: '#C65973'

red 198 ◦ green 89 ◦ blue 115

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

Shades of Cabaret #C65973

Tints of Cabaret #C65973

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.14%

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

R = 49.25%
G = 22.14%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C65973 (or 0xC65973) is known color: Cabaret. HEX triplet: C6, 59 and 73. RGB value is (198,89,115). Sum of RGB (Red+Green+Blue) = 198+89+115=402 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.25% from 402); Green value is 89 (35.16% from 255 or 22.14% from 402); Blue value is 115 (45.31% from 255 or 28.61% from 402); Max value from RGB is 198 - color contains mainly: red. Hex color #C65973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65973 is #39A68C. Grayscale: #7C7C7C. Windows color (decimal): -3778189 or 7559622. OLE color: 7559622.

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

Color convert

RGB 198 89 115 -
CMYK 0 0.55 0.42 0.22
HSL 345.69º 0.49% 0.56% -
HSV(B) 345.69º 0.55% 0.78% -
XYZ 29.96 20.39 18.58 -
YUV 124.56 122.61 180.39 -
System Red Green Blue C M Y K H S L
Decimal 198 89 115 0 0.55 0.42 0.22 345.69 0.49 0.56
Hex C6 59 73 0 37 2A 16 15A 31 38
Octal 306 131 163 0 67 52 26 532 61 70
Binary 11000110 1011001 1110011 0 110111 101010 10110 101011010 110001 111000

Color Harmonies of #C65973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65973

Black with #C65973

Text Example


Text Example

White with #C65973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65973; }

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

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

background-color css

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

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

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

border-color css

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

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

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