Html Css Color HEX #C65565 Cabaret

📋 copy color: '#C65565'

red 198 ◦ green 85 ◦ blue 101

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

Shades of Cabaret #C65565

Tints of Cabaret #C65565

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.14%

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

R = 51.56%
G = 22.14%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C65565 (or 0xC65565) is known color: Cabaret. HEX triplet: C6, 55 and 65. RGB value is (198,85,101). Sum of RGB (Red+Green+Blue) = 198+85+101=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 85 (33.59% from 255 or 22.14% from 384); Blue value is 101 (39.84% from 255 or 26.30% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C65565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65565 is #39AA9A. Grayscale: #787878. Windows color (decimal): -3779227 or 6641094. OLE color: 6641094.

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

Color convert

RGB 198 85 101 -
CMYK 0 0.57 0.49 0.22
HSL 351.5º 0.5% 0.55% -
HSV(B) 351.5º 0.57% 0.78% -
XYZ 28.89 19.44 14.54 -
YUV 120.61 116.94 183.2 -
System Red Green Blue C M Y K H S L
Decimal 198 85 101 0 0.57 0.49 0.22 351.5 0.5 0.55
Hex C6 55 65 0 39 31 16 160 32 37
Octal 306 125 145 0 71 61 26 540 62 67
Binary 11000110 1010101 1100101 0 111001 110001 10110 101100000 110010 110111

Color Harmonies of #C65565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65565

Black with #C65565

Text Example


Text Example

White with #C65565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65565; }

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

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

background-color css

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

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

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

border-color css

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

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

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