Html Css Color HEX #C65C6C Cabaret

📋 copy color: '#C65C6C'

red 198 ◦ green 92 ◦ blue 108

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

Shades of Cabaret #C65C6C

Tints of Cabaret #C65C6C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.12%

 BLUE value IS 108 (42.58% from 255) = 27.14%

R = 49.75%
G = 23.12%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C65C6C (or 0xC65C6C) is known color: Cabaret. HEX triplet: C6, 5C and 6C. RGB value is (198,92,108). Sum of RGB (Red+Green+Blue) = 198+92+108=398 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.75% from 398); Green value is 92 (36.33% from 255 or 23.12% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 198 - color contains mainly: red. Hex color #C65C6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65C6C is #39A393. Grayscale: #7D7D7D. Windows color (decimal): -3777428 or 7101638. OLE color: 7101638.

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

Color convert

RGB 198 92 108 -
CMYK 0 0.54 0.45 0.22
HSL 350.94º 0.48% 0.57% -
HSV(B) 350.94º 0.54% 0.78% -
XYZ 29.82 20.74 16.62 -
YUV 125.52 118.12 179.7 -
System Red Green Blue C M Y K H S L
Decimal 198 92 108 0 0.54 0.45 0.22 350.94 0.48 0.57
Hex C6 5C 6C 0 36 2D 16 15F 30 39
Octal 306 134 154 0 66 55 26 537 60 71
Binary 11000110 1011100 1101100 0 110110 101101 10110 101011111 110000 111001

Color Harmonies of #C65C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65C6C

Black with #C65C6C

Text Example


Text Example

White with #C65C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65C6C; }

 p { color: rgb(198,92,108); }

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

background-color css

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

 a { background-color: rgb(198,92,108); }

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

border-color css

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

 span { border-color: rgb(198,92,108); }

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