Html Css Color HEX #C65E74 Cabaret

📋 copy color: '#C65E74'

red 198 ◦ green 94 ◦ blue 116

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

Shades of Cabaret #C65E74

Tints of Cabaret #C65E74

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.04%

 BLUE value IS 116 (45.7% from 255) = 28.43%

R = 48.53%
G = 23.04%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C65E74 (or 0xC65E74) is known color: Cabaret. HEX triplet: C6, 5E and 74. RGB value is (198,94,116). Sum of RGB (Red+Green+Blue) = 198+94+116=408 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.53% from 408); Green value is 94 (37.11% from 255 or 23.04% from 408); Blue value is 116 (45.70% from 255 or 28.43% from 408); Max value from RGB is 198 - color contains mainly: red. Hex color #C65E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65E74 is #39A18B. Grayscale: #7F7F7F. Windows color (decimal): -3776908 or 7626438. OLE color: 7626438.

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

Color convert

RGB 198 94 116 -
CMYK 0 0.53 0.41 0.22
HSL 347.31º 0.48% 0.57% -
HSV(B) 347.31º 0.53% 0.78% -
XYZ 30.44 21.27 19.02 -
YUV 127.6 121.46 178.21 -
System Red Green Blue C M Y K H S L
Decimal 198 94 116 0 0.53 0.41 0.22 347.31 0.48 0.57
Hex C6 5E 74 0 35 29 16 15B 30 39
Octal 306 136 164 0 65 51 26 533 60 71
Binary 11000110 1011110 1110100 0 110101 101001 10110 101011011 110000 111001

Color Harmonies of #C65E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65E74

Black with #C65E74

Text Example


Text Example

White with #C65E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65E74; }

 p { color: rgb(198,94,116); }

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

background-color css

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

 a { background-color: rgb(198,94,116); }

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

border-color css

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

 span { border-color: rgb(198,94,116); }

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