Html Css Color HEX #C65674 Cabaret

📋 copy color: '#C65674'

red 198 ◦ green 86 ◦ blue 116

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

Shades of Cabaret #C65674

Tints of Cabaret #C65674

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.5%

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

R = 49.5%
G = 21.5%
B = 29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C65674 (or 0xC65674) is known color: Cabaret. HEX triplet: C6, 56 and 74. RGB value is (198,86,116). Sum of RGB (Red+Green+Blue) = 198+86+116=400 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.5% from 400); Green value is 86 (33.98% from 255 or 21.5% from 400); Blue value is 116 (45.70% from 255 or 29% from 400); Max value from RGB is 198 - color contains mainly: red. Hex color #C65674 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65674 is #39A98B. Grayscale: #7A7A7A. Windows color (decimal): -3778956 or 7624390. OLE color: 7624390.

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

Color convert

RGB 198 86 116 -
CMYK 0 0.57 0.41 0.22
HSL 343.93º 0.5% 0.56% -
HSV(B) 343.93º 0.57% 0.78% -
XYZ 29.77 19.92 18.8 -
YUV 122.91 124.11 181.56 -
System Red Green Blue C M Y K H S L
Decimal 198 86 116 0 0.57 0.41 0.22 343.93 0.5 0.56
Hex C6 56 74 0 39 29 16 158 32 38
Octal 306 126 164 0 71 51 26 530 62 70
Binary 11000110 1010110 1110100 0 111001 101001 10110 101011000 110010 111000

Color Harmonies of #C65674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65674

Black with #C65674

Text Example


Text Example

White with #C65674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65674; }

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

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

background-color css

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

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

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

border-color css

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

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

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