Html Css Color HEX #C65C6E Cabaret

📋 copy color: '#C65C6E'

red 198 ◦ green 92 ◦ blue 110

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

Shades of Cabaret #C65C6E

Tints of Cabaret #C65C6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.5%

R = 49.5%
G = 23%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C65C6E (or 0xC65C6E) is known color: Cabaret. HEX triplet: C6, 5C and 6E. RGB value is (198,92,110). Sum of RGB (Red+Green+Blue) = 198+92+110=400 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.5% from 400); Green value is 92 (36.33% from 255 or 23% from 400); Blue value is 110 (43.36% from 255 or 27.5% from 400); Max value from RGB is 198 - color contains mainly: red. Hex color #C65C6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65C6E is #39A391. Grayscale: #7D7D7D. Windows color (decimal): -3777426 or 7232710. OLE color: 7232710.

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

Color convert

RGB 198 92 110 -
CMYK 0 0.54 0.44 0.22
HSL 349.81º 0.48% 0.57% -
HSV(B) 349.81º 0.54% 0.78% -
XYZ 29.93 20.79 17.19 -
YUV 125.75 119.12 179.54 -
System Red Green Blue C M Y K H S L
Decimal 198 92 110 0 0.54 0.44 0.22 349.81 0.48 0.57
Hex C6 5C 6E 0 36 2C 16 15E 30 39
Octal 306 134 156 0 66 54 26 536 60 71
Binary 11000110 1011100 1101110 0 110110 101100 10110 101011110 110000 111001

Color Harmonies of #C65C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65C6E

Black with #C65C6E

Text Example


Text Example

White with #C65C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65C6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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