Html Css Color HEX #C65065 Cabaret

📋 copy color: '#C65065'

red 198 ◦ green 80 ◦ blue 101

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

Shades of Cabaret #C65065

Tints of Cabaret #C65065

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.11%

 BLUE value IS 101 (39.84% from 255) = 26.65%

R = 52.24%
G = 21.11%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C65065 (or 0xC65065) is known color: Cabaret. HEX triplet: C6, 50 and 65. RGB value is (198,80,101). Sum of RGB (Red+Green+Blue) = 198+80+101=379 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.24% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 101 (39.84% from 255 or 26.65% from 379); Max value from RGB is 198 - color contains mainly: red. Hex color #C65065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65065 is #39AF9A. Grayscale: #757575. Windows color (decimal): -3780507 or 6639814. OLE color: 6639814.

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

Color convert

RGB 198 80 101 -
CMYK 0 0.60 0.49 0.22
HSL 349.32º 0.51% 0.55% -
HSV(B) 349.32º 0.6% 0.78% -
XYZ 28.51 18.68 14.42 -
YUV 117.68 118.59 185.29 -
System Red Green Blue C M Y K H S L
Decimal 198 80 101 0 0.60 0.49 0.22 349.32 0.51 0.55
Hex C6 50 65 0 3C 31 16 15D 33 37
Octal 306 120 145 0 74 61 26 535 63 67
Binary 11000110 1010000 1100101 0 111100 110001 10110 101011101 110011 110111

Color Harmonies of #C65065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65065

Black with #C65065

Text Example


Text Example

White with #C65065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65065; }

 p { color: rgb(198,80,101); }

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

background-color css

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

 a { background-color: rgb(198,80,101); }

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

border-color css

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

 span { border-color: rgb(198,80,101); }

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