Html Css Color HEX #C65178 Cabaret

📋 copy color: '#C65178'

red 198 ◦ green 81 ◦ blue 120

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

Shades of Cabaret #C65178

Tints of Cabaret #C65178

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.3%

 BLUE value IS 120 (47.27% from 255) = 30.08%

R = 49.62%
G = 20.3%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C65178 (or 0xC65178) is known color: Cabaret. HEX triplet: C6, 51 and 78. RGB value is (198,81,120). Sum of RGB (Red+Green+Blue) = 198+81+120=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 81 (32.03% from 255 or 20.30% from 399); Blue value is 120 (47.27% from 255 or 30.08% from 399); Max value from RGB is 198 - color contains mainly: red. Hex color #C65178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65178 is #39AE87. Grayscale: #787878. Windows color (decimal): -3780232 or 7885254. OLE color: 7885254.

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

Color convert

RGB 198 81 120 -
CMYK 0 0.59 0.39 0.22
HSL 340º 0.51% 0.55% -
HSV(B) 340º 0.59% 0.78% -
XYZ 29.62 19.25 19.92 -
YUV 120.43 127.76 183.33 -
System Red Green Blue C M Y K H S L
Decimal 198 81 120 0 0.59 0.39 0.22 340 0.51 0.55
Hex C6 51 78 0 3B 27 16 154 33 37
Octal 306 121 170 0 73 47 26 524 63 67
Binary 11000110 1010001 1111000 0 111011 100111 10110 101010100 110011 110111

Color Harmonies of #C65178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65178

Black with #C65178

Text Example


Text Example

White with #C65178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65178; }

 p { color: rgb(198,81,120); }

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

background-color css

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

 a { background-color: rgb(198,81,120); }

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

border-color css

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

 span { border-color: rgb(198,81,120); }

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